mihomo/component/updater/update_core_test.go
2025-07-24 15:40:32 +08:00

11 lines
155 B
Go

package updater
import (
"fmt"
"testing"
)
func TestCoreBaseName(t *testing.T) {
fmt.Println("Core base name =", DefaultCoreUpdater.CoreBaseName())
}