//
pkg.gl
Category
github.com/vnhacker1337/go-toolkit
ptr
package
1.0.5
Repository:
https://github.com/vnhacker1337/go-toolkit.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
6 SLOC
#
Functions
Safe
Safe dereferences safely a pointer - if the pointer is nil => returns the zero value of the type of the pointer if nil - if the pointer is not nil => returns the dereferenced pointer.