diff --git a/mtime/mtime.go b/mtime/mtime.go index 1c705ac..f40d8b1 100644 --- a/mtime/mtime.go +++ b/mtime/mtime.go @@ -1,5 +1,2 @@ -// 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