Categorygithub.com/gmm1900/gopointer
repositorypackage
1.0.0
Repository: https://github.com/gmm1900/gopointer.git
Documentation: pkg.go.dev

# README

gopointer

A utility to allow one-line creation of pointer of primitive values.

Example:

    strPtr := gopointer.OfString("a string")