Skip to content

amimof/ptr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ptr

Library for dealing with pointers in Go

Install

go get github.com/amimof/ptr

Use

import (
  "fmt"
  "github.com/amimof/ptr"
)

func main() {
  s := ptr.StrPtr("This is a string")
  fmt.Printf("%v", s)
}

About

Library for dealing with pointers in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages