Created
May 19, 2012 18:42
-
-
Save mbeale/2731904 to your computer and use it in GitHub Desktop.
GO and XML sample1
This file contains hidden or 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
//Account struct | |
type Account struct{ | |
account_code, username,email, state, first_name string | |
last_name, company_name, accept_language string | |
hosted_login_token, created_at string | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment