package fstpl import ( "log" "testing" ) func TestF(t *testing.T) { log.Println(AutoParseTplFiles()) }