Skip to content

Instantly share code, notes, and snippets.

@plutov
Last active August 30, 2018 03:38
Show Gist options
  • Save plutov/eeb79ecf4df510700a3b2e965b350241 to your computer and use it in GitHub Desktop.
Save plutov/eeb79ecf4df510700a3b2e965b350241 to your computer and use it in GitHub Desktop.
table5
t.Run(tt.name, func(subtest *testing.T) {
subtest.Parallel()
got := FindAnagrams(tt.word)
// assertion
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment