package
0.2.0
Repository: https://github.com/contiamo/go-base.git
Documentation: pkg.go.dev

# Functions

Now returns the current local time as a null.Time.
TimeFrom returns a Time instance from a time.Time instance.
UUIDFrom returns UUID from a uuid.UUID.
UUIDFromBytes returns UUID converted from raw byte slice input.
UUIDFromString returns UUID parsed from string input.

# Type aliases

Time represents a time.Time that may be null.
UUID represents a uuid.UUID that may be null.