Skip to content

Instantly share code, notes, and snippets.

@mottet-dev
Created July 10, 2019 21:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mottet-dev/5cb0e053878a5642c1b4bd6ae413d731 to your computer and use it in GitHub Desktop.
Save mottet-dev/5cb0e053878a5642c1b4bd6ae413d731 to your computer and use it in GitHub Desktop.
Go Test
{
name: "Compare slices with different number of elements",
args: args{
a: []int{1, 2, 3, 4},
b: []int{2, 4, 1},
},
want: false,
},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment