package
0.1.5
Repository: https://github.com/modelrocket/hiro.git
Documentation: pkg.go.dev

# Functions

Bool returns s safely as *bool.
Duration converts t to a *time.Duration.
First returns the first non-nil ptr.
Int returns i safely as *int.
Int64 returns i safely as *int64.
NilString returns s safely as *string If string is empty "", nil is returned.
Pointer returns a new Pointers for the value.
String returns s safely as *string.
Time converts t to a *time.Time.
Int64 returns i safely as *int64.

# Variables

False is the false pointer.
True is the true pointer.

# Structs

JSON is json pointer.

# Interfaces

No description provided by the author