Skip to content

Instantly share code, notes, and snippets.

@treeform
Created May 18, 2018 00:01
Show Gist options
  • Save treeform/1c1cb10fd18342b05efe73003ecd285b to your computer and use it in GitHub Desktop.
Save treeform/1c1cb10fd18342b05efe73003ecd285b to your computer and use it in GitHub Desktop.
type User = object {.bufferpacked.}
name: string
nickname: string
email: string
var user = User()
user.name = "foo"
user.nickname = "foo"
user.email = "foo"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment