Simple date format for golang.
go get -u github.com/afeiship/go-strftime
improt "github.com/afeiship/go-strftime"
fmt.Println(strftime.Format("datetime")) // 2021-08-01 10:10:10
fmt.Println(strftime.Format("date")) // 2021-08-01
fmt.Println(strftime.Format("time")) // 10:10:10
fmt.Println(strftime.Format("unix")) // 1627832610