//
pkg.gl
Category
github.com/projectdiscovery/utils
ptr
package
0.2.14
Repository:
https://github.com/projectdiscovery/utils.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
13
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.