Categorygithub.com/gmox/go-time
repositorypackage
0.0.3
Repository: https://github.com/gmox/go-time.git
Documentation: pkg.go.dev

# README

It's Go Time

Go-Time is a drop-in replacement for Go's standard time.Time struct.

Features

  • Implements the Valuer and Scanner interfaces, allowing time.Timestamp objects to work with SQL out of the box.
  • Implements UnmarshalJSON, allowing for decoding timestamps from JSON keys.