mediocre-go-lib/mtime/mtime.go
2018-01-11 20:26:27 +00:00

6 lines
216 B
Go

// Package mtime provides a wrapper around time.Time which marshals and unmarshals
// it as a floating point unix timestamp.
// Package mtime extends the standard time package with extra functionality
package mtime