Files
gf/geg/other/test.go
2019-04-09 23:12:22 +08:00

12 lines
138 B
Go

package main
import (
"github.com/gogf/gf/g/test/gtest"
)
func test() []byte {
return nil
}
func main() {
gtest.Assert(test(), nil)
}