Skip to content

Instantly share code, notes, and snippets.

@percybolmer
Last active January 28, 2022 07:23
Show Gist options
  • Save percybolmer/bc6cc54c211bc01bb53d2c76e0edc8b2 to your computer and use it in GitHub Desktop.
Save percybolmer/bc6cc54c211bc01bb53d2c76e0edc8b2 to your computer and use it in GitHub Desktop.
// How to define a Unit Test
func TestCalculateHighest(t *testing.T){
}
// To define a Fuzz, we use Fuzz and testing.F
func FuzzTestHTTPHandler(f *testing.F) {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment