Skip to content

teran/go-ptr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-ptr

About

Test & Build status Go Report Card Go Reference

Trivial and clean library to handle taking pointers just not to repeat the same stuff in every project.

Usage

package example

import (
    ptr "github.com/teran/go-ptr"
)

func main() {
    v := 123.0

    fmt.Printf("%#v\n", ptr.Float64(v))
}

About

Trivial and clean library to handle taking pointers just not to repeat the same stuff in every project.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages