mirror of
https://github.com/MetaCubeX/mihomo.git
synced 2026-02-26 16:57:08 +00:00
11 lines
132 B
Go
11 lines
132 B
Go
package updater
|
|
|
|
import (
|
|
"fmt"
|
|
"testing"
|
|
)
|
|
|
|
func TestBaseName(t *testing.T) {
|
|
fmt.Println("mihomoBaseName =", mihomoBaseName)
|
|
}
|