package
0.0.0-20241018223127-a062be16fda2
Repository: https://github.com/activestate/cli.git
Documentation: pkg.go.dev

# Functions

Clone create a new pointer with a different memory address than the original, effectively cloning it.
From makes a value from a pointer.
IsNil asserts whether the underlying type is nil, which `interface{} == nil` does not.
To makes a pointer to a value.