Documentation ¶ Overview ¶ Package strcmp supports comparing strings. Index ¶ func SameList(want, got []string) string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func SameList ¶ func SameList(want, got []string) string SameList compares expected and actual list of strings as sets, that is, checks if they contain the same values ignoring the order. It returns a human readable diff between the values, which is an empty string if the values are the same. Types ¶ This section is empty. Source Files ¶ View all Source files strcmp.go Click to show internal directories. Click to hide internal directories.