Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Remove ¶
func Remove(slice []interface{}, index int) []interface{}
Remove - Removes an element from the slice at certain index, if the index not exists returns the slice unchanged
func RemoveString ¶
RemoveString - Removes an element from the slice of strings at certain index, if the index not exists returns the slice unchanged
func StringToInterface ¶
func StringToInterface(slice []string) []interface{}
StringToInterface - Transform a slice of interface to slice of string
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.