Skip to content

Instantly share code, notes, and snippets.

@kare
Created November 22, 2016 17:04
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 kare/b1f41e4552688ed7efa8e7c370d22f21 to your computer and use it in GitHub Desktop.
Save kare/b1f41e4552688ed7efa8e7c370d22f21 to your computer and use it in GitHub Desktop.
Go unit test setup and teardown math.go
package math
func Sum(a, b int) int {
return a + b
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment