Documentation
¶
Overview ¶
Package util contains some utilities we will use trough the program.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func StringIsAllUpper ¶
StringIsAllUpper will report if a string is all UPPERCASE. This is useful because usually all uppercase variables are env variables.
func StringIsArgument ¶
StringIsArgument will report if a string is a number. This is useful because usually assignments that are numbers are actually function arguments.
func UniqueSliceElements ¶
func UniqueSliceElements[T comparable](inputSlice []T) []T
UniqueSliceElements will deduplicate a slice.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.