Skip to content

Instantly share code, notes, and snippets.

@Olefine
Created May 26, 2014 19:57
Show Gist options
  • Save Olefine/cd5d6ac7b98cdbf6c16a to your computer and use it in GitHub Desktop.
Save Olefine/cd5d6ac7b98cdbf6c16a to your computer and use it in GitHub Desktop.
base types in go
bool
string
int int8 int16 int32 int64
uint uint8 uint16 uint32 uint64 uintptr
byte // alias for uint8
rune // alias for int32
// represents a Unicode code point
float32 float64
complex64 complex128
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment