gf/.example/other/test.go
2019-12-17 21:06:34 +08:00

11 lines
112 B
Go

package main
import (
"fmt"
"github.com/gogf/gf/os/gtime"
)
func main() {
fmt.Println(gtime.Timestamp())
}