Skip to content

Instantly share code, notes, and snippets.

@mbeale
Created May 19, 2012 18:42
Show Gist options
  • Save mbeale/2731904 to your computer and use it in GitHub Desktop.
Save mbeale/2731904 to your computer and use it in GitHub Desktop.
GO and XML sample1
//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