Files
mihomo/component/updater/update_core_test.go
2025-07-24 02:08:14 +08:00

11 lines
132 B
Go

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