mirror of
https://gitee.com/johng/gf
synced 2026-07-04 13:02:36 +08:00
12 lines
138 B
Go
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)
|
|
} |