Skip to content

Instantly share code, notes, and snippets.

@chrisabruce
Created February 22, 2017 04:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chrisabruce/da6f6b90ddfe52ba907c1df82052be1b to your computer and use it in GitHub Desktop.
Save chrisabruce/da6f6b90ddfe52ba907c1df82052be1b to your computer and use it in GitHub Desktop.
What a Lovely Helper...
package models
import (
"time"
)
func nowFunc() time.Time {
return time.Now()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment