Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 289 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 289 Bytes

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.