Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Includes ¶
func Includes[T comparable](arr []T, e T) bool
func IncludesArray ¶
func IncludesArray[T comparable](arr []T, partial []T) bool
func RemoveFileOrDie ¶
func RemoveFileOrDie(filename string)
Types ¶
type Printer ¶
type Printer interface {
PrettyPrint()
}
func NewJsonPrinter ¶
func NewJsonPrinter(i interface{}) Printer
func NewYAMLPrinter ¶
func NewYAMLPrinter(i interface{}) Printer
Click to show internal directories.
Click to hide internal directories.