# Functions
BasePath returns a normalized base path, stripping the leading '/' if present.
Camelcase string with optional args.
ClearHeader removes all header fields.
Domain returns the effective domain.
Env returns a slice from environment variable map.
Exists returns true if the file exists.
ExitStatus returns the exit status of cmd.
Fatal error.
Indent the given string.
IsJSON returns true if the string looks like json.
IsJSONLog returns true if the string looks likes a json log.
IsListening returns true if there's a server listening on `u`.
IsNotFound returns true if err is not nil and represents a missing resource.
IsThrottled returns true if err is not nil and represents a throttled request.
Log outputs a log message.
LogClear clears the line and outputs a log message.
LogListItem outputs a list item.
LogName outputs a log message with name.
LogPad outputs a log message with padding.
LogTitle outputs a log title.
ManagedByUp appends "Managed by Up".
Md5 returns an md5 hash for s.
Milliseconds returns the duration as milliseconds.
MillisecondsSince returns the duration as milliseconds relative to time t.
NewInlineProgressInt with the given total.
NewProgressInt with the given total.
Pad helper.
ParseDuration string with day and month approximation support.
ParseSections returns INI style sections from r.
PrefixLines prefixes the lines in s with prefix.
ReadFileJSON reads json from the given path.
StringsContains returns true if list contains s.
ToFloat returns a float or NaN.
WaitForListen blocks until `u` is listening with timeout.