ptr ptr contains functions for simplified creation of pointers from constants of basic types. Installation go get github.com/akabos/ptr Examples This code: p := ptr.Int(10) is the equivalent for: i := int(10) p := &i Documentation GoDoc License Apache 2.0