Skip to content

Instantly share code, notes, and snippets.

@masayoshi634
Last active October 26, 2017 03:33
Show Gist options
  • Save masayoshi634/8aa92c3dac9a316e90761d6553d5866a to your computer and use it in GitHub Desktop.
Save masayoshi634/8aa92c3dac9a316e90761d6553d5866a to your computer and use it in GitHub Desktop.
package main
import (
"fmt"
"time"
)
func main() {
fmt.Println(time.Now().Format(time.RFC3339))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment