timestamp/README.md
Lunny Xiao a3a6c6337d
All checks were successful
continuous-integration/drone/push Build is passing
fix README
2019-06-26 16:36:47 +08:00

567 B

Golang package to operate time as timestamp

Build Status

Installation

go get gitea.com/lunny/timestamp

Usage

now := timestamp.TimeStampNow()
fmt.Println("Current is", now.Format("2006-01-02 15:04:05"))