//
pkg.gl
Category
github.com/kittipat1413/go-common
util
pointer
package
0.10.0
Repository:
https://github.com/kittipat1413/go-common.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
1
Files
10 SLOC
#
Functions
GetValue
Get returns the value from the passed pointer or the zero value if the pointer is nil.
ToPointer
To returns a pointer to the passed value.