Skip to content

Instantly share code, notes, and snippets.

@mottet-dev
Created July 8, 2019 20:25
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/06f4ee6a75a1cfd602b578d0e28aa15a to your computer and use it in GitHub Desktop.
Save mottet-dev/06f4ee6a75a1cfd602b578d0e28aa15a to your computer and use it in GitHub Desktop.
Go Test - TestDoesSliceIncludesInt
package helpers
import "testing"
func TestDoesSliceIncludesInt(t *testing.T) {
// Content of the test
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment