mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2025-12-20 00:50:06 +08:00
11 lines
155 B
Go
11 lines
155 B
Go
package updater
|
|
|
|
import (
|
|
"fmt"
|
|
"testing"
|
|
)
|
|
|
|
func TestCoreBaseName(t *testing.T) {
|
|
fmt.Println("Core base name =", DefaultCoreUpdater.CoreBaseName())
|
|
}
|