# Functions
No description provided by the author
Iface recursively deep copies an interface{}.
InterfaceToSliceOfInts takes an interface that is a slice of ints and returns a deep copy of it as a slice of strings.
InterfaceToSliceOfStrings takes an interface that is either a slice of strings or a string and returns a deep copy of it as a slice of strings.
No description provided by the author
No description provided by the author
# Structs
No description provided by the author