Skip to content

Instantly share code, notes, and snippets.

@mottet-dev
Created July 10, 2019 21:00
Embed
What would you like to do?
Go Test
{
name: "Compare slices with same number of elements but different elements",
args: args{
a: []int{1, 2, 3, 4},
b: []int{5, 2, 4, 1},
},
want: false,
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment