time.go 112 B

1234567
  1. package library
  2. import "github.com/gogf/gf/os/gtime"
  3. func GetNow() string {
  4. return gtime.Datetime()
  5. }