mirror of
https://gitee.com/johng/gf.git
synced 2024-12-04 05:07:44 +08:00
10 lines
110 B
Go
10 lines
110 B
Go
package main
|
|
|
|
import (
|
|
"fmt"
|
|
"github.com/gogf/gf/g/os/gtime"
|
|
)
|
|
|
|
func main() {
|
|
fmt.Println(gtime.Second())
|
|
} |