# Functions
Convert returns the value v converted to type t.
ConvertInterface returns the value v converted to type t.
ConvertString converts v to string.
ConvertStrings converts v to []string.
ConvertStringsMap converts map[string]string to map[string][]string.
Elem calls v.Elem() recursively.
Set assigns v to the value target.
# Variables
No description provided by the author