Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ConvertStringsToInterfaces ¶
func ConvertStringsToInterfaces(stringArray []string) []interface{}
ConvertStringsToInterfaces converts a string array to an interface{} array
func FindCommonStrings ¶
FindCommonStrings finds the common string from multiple string slices e.g. stringSlice1 = []string{"aaa", "bbb", "ccc"} stringSlice2 = []string{"bbb", "ccc", "ddd"} stringSlice3 = []string{"aaa", "bbb", "ccc", "eee"} FindCommonStrings(stringSlice1, stringSlice2, stringSlice3) shall return a string slice with {"bbb", "ccc"}
func MakeTimestamp ¶
func MakeTimestamp() int64
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.