package tools import ( "log" "testing" ) func TestGetRunPath2(t *testing.T) { log.Println(GetRunPath2()) } func TestGetRootPath(t *testing.T) { log.Println(GetRootPath()) }