package
1.0.5
Repository: https://github.com/vnhacker1337/go-toolkit.git
Documentation: pkg.go.dev

# Functions

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.