Skip to content

Instantly share code, notes, and snippets.

@glumn
Last active October 26, 2018 08:24
Show Gist options
  • Select an option

  • Save glumn/9d1c1636cb035a8afdb11df11d6792aa to your computer and use it in GitHub Desktop.

Select an option

Save glumn/9d1c1636cb035a8afdb11df11d6792aa to your computer and use it in GitHub Desktop.
Go Snippets
// Output type of a variable
// https://golang.org/pkg/fmt/#hdr-Printing
var a int
fmt.Printf("%T", a)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment