gf/geg/other/test.go

10 lines
110 B
Go

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