# 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.