//
pkg.gl
Category
github.com/krateoplatformops/installer
internal
ptr
package
0.0.0-20250130101013-1953ac1284a8
Repository:
https://github.com/krateoplatformops/installer.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
2
Files
18 SLOC
#
Functions
Deref
Deref dereferences ptr and returns the value it points to if no nil, or else returns def.
Equal
Equal returns true if both arguments are nil or both arguments dereference to the same value.
To
To returns a pointer to the given value.