package updater import ( "fmt" "testing" ) func TestBaseName(t *testing.T) { fmt.Println("mihomoBaseName =", mihomoBaseName) }