Created
March 25, 2012 05:39
-
-
Save andrewsmedina/2191561 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
type Person struct { | |
Name string | |
Age int | |
} | |
p := Person{Name: "andrews", Age: 1000} | |
Update(Person, p, {"age": 27}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://gist.github.com/2198685