Created
May 24, 2016 00:28
-
-
Save motokiee/534795246779c4b9e284c9e226c23ec2 to your computer and use it in GitHub Desktop.
goの勉強 #CodePiece
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 "time" | |
type message struct { | |
Name string | |
Message string | |
When time.Time //メッセージ送信時刻 | |
AvatarURL string | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment