Files
Archive/clash-meta/component/updater/update_core_test.go
T
2025-07-24 20:41:17 +02:00

11 lines
155 B
Go

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