6 lines
216 B
Go
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
|