Skip to content

Instantly share code, notes, and snippets.

@PaulCapestany
Created May 15, 2013 23:06
Show Gist options
  • Select an option

  • Save PaulCapestany/5588138 to your computer and use it in GitHub Desktop.

Select an option

Save PaulCapestany/5588138 to your computer and use it in GitHub Desktop.
if reply.Result != nil {
if info, ok := reply.Result.(btcjson.InfoResult); ok {
fmt.Println("balance =", info.Balance)
} // else {...}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment