Skip to content

Instantly share code, notes, and snippets.

@adilw3nomad
Created June 3, 2019 06:36
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 adilw3nomad/94fc49b46e3286640e377ab582156334 to your computer and use it in GitHub Desktop.
Save adilw3nomad/94fc49b46e3286640e377ab582156334 to your computer and use it in GitHub Desktop.
shell
06:29 $ go test
# github.com/adilw3nomad/GopherQuiz [github.com/adilw3nomad/GopherQuiz.test]
./main_test.go:6:20: too many arguments in call to CheckAnswer
have (string, string)
want ()
./main_test.go:6:20: CheckAnswer("3", "3") used as value
./main_test.go:13:20: too many arguments in call to CheckAnswer
have (string, string)
want ()
./main_test.go:13:20: CheckAnswer("3", "2") used as value
FAIL github.com/adilw3nomad/GopherQuiz [build failed]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment