Skip to content

Instantly share code, notes, and snippets.

@gambrell
Created September 23, 2015 20:54
Show Gist options
  • Save gambrell/8c4670325d902816f546 to your computer and use it in GitHub Desktop.
Save gambrell/8c4670325d902816f546 to your computer and use it in GitHub Desktop.
golang epoch
func epoch() int64 {
return time.Now().Unix()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment