Skip to content

Instantly share code, notes, and snippets.

@motokiee
Created May 24, 2016 00:28
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 motokiee/534795246779c4b9e284c9e226c23ec2 to your computer and use it in GitHub Desktop.
Save motokiee/534795246779c4b9e284c9e226c23ec2 to your computer and use it in GitHub Desktop.
goの勉強 #CodePiece
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