kefu/tools/file_test.go

14 lines
179 B
Go
Raw Normal View History

2024-12-10 02:50:12 +00:00
package tools
import (
"log"
"testing"
)
func TestGetRunPath2(t *testing.T) {
log.Println(GetRunPath2())
}
func TestGetRootPath(t *testing.T) {
log.Println(GetRootPath())
}