github.com/abhinav/git-pr@v0.6.1-0.20171029234004-54218d68c11b/ptr/ptr.go (about)

     1  package ptr
     2  
     3  // String returns a pointer to the given string
     4  func String(x string) *string { return &x }