mirror of
https://gitee.com/johng/gf.git
synced 2024-12-04 13:18:01 +08:00
11 lines
112 B
Go
11 lines
112 B
Go
package main
|
|
|
|
import (
|
|
"fmt"
|
|
"github.com/gogf/gf/os/gtime"
|
|
)
|
|
|
|
func main() {
|
|
fmt.Println(gtime.Timestamp())
|
|
}
|