package
1.3.0
Repository: https://github.com/asticode/go-astitools.git
Documentation: pkg.go.dev

# Functions

Bool transforms a bool into a *bool.
Byte transforms a byte into a *byte.
Duration transforms a time.Duration into a *time.Duration.
Float transforms a float64 into a *float64.
Int transforms an int into an *int.
Int64 transforms an int64 into an *int64.
Str transforms a string into a *string.
UInt32 transforms a uint32 into a *uint32.
UInt8 transforms a uint8 into a *uint8.