Created
July 10, 2019 21:09
-
-
Save mottet-dev/5cb0e053878a5642c1b4bd6ae413d731 to your computer and use it in GitHub Desktop.
Go Test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
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