//
pkg.gl
Category
github.com/Invicton-Labs/go-common
comparison
package
0.1.0
Repository:
https://github.com/invicton-labs/go-common.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
6 SLOC
#
Functions
PtrEquals
PtrEquals will return true if both values are nil, or if neither are nil and the values they point to are equivalent.