Skip to content

Instantly share code, notes, and snippets.

@mottet-dev
Created July 10, 2019 21:00
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/25f973ddfb2c69fe0a9603f40166c9eb to your computer and use it in GitHub Desktop.
Save mottet-dev/25f973ddfb2c69fe0a9603f40166c9eb to your computer and use it in GitHub Desktop.
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