12 lines
109 B
Go
12 lines
109 B
Go
|
package fstpl
|
||
|
|
||
|
import (
|
||
|
"log"
|
||
|
"testing"
|
||
|
)
|
||
|
|
||
|
func TestF(t *testing.T) {
|
||
|
|
||
|
log.Println(AutoParseTplFiles())
|
||
|
}
|