Skip to content

Instantly share code, notes, and snippets.

@jchannon
Last active October 31, 2015 12:43
Show Gist options
  • Save jchannon/4c0acebd2e53449ce5c4 to your computer and use it in GitHub Desktop.
Save jchannon/4c0acebd2e53449ce5c4 to your computer and use it in GitHub Desktop.
data := {Name : "Jon", Phone : "123456789"}
data := struct {
Name string
Phone string
}{
Name: "Jon",
Phone: "123456789",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment