Last active
October 26, 2017 03:33
-
-
Save masayoshi634/8aa92c3dac9a316e90761d6553d5866a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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