Golang

From Sigmon

Jump to: navigation, search

Go programming language cheat sheet

References

Maps

    sexstr := map[string] int { "M" : M, "F" : F }


Go's basic types are

bool

string

int  int8  int16  int32  int64
uint uint8 uint16 uint32 uint64 uintptr

float32 float64

complex64 complex128
Personal tools