Skip to content

Instantly share code, notes, and snippets.

@thetillhoff
Created February 13, 2022 03:00
Show Gist options
  • Save thetillhoff/03c635366cf7cc23db33dad389fbe190 to your computer and use it in GitHub Desktop.
Save thetillhoff/03c635366cf7cc23db33dad389fbe190 to your computer and use it in GitHub Desktop.
Golang cheatsheet

Print object with field names

fmt.Printf("%+v\n", object)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment