Open tim-coutinho opened 1 month ago
Took a crack at handling #45. Not positive how Go testing works, but ran go test ./... and got a bunch of output spit out at me and didn't see any FAILs, so ¯\_(ツ)_/¯.
go test ./...
FAIL
Thanks! I'll review this weekend :)
Took a crack at handling #45. Not positive how Go testing works, but ran
go test ./...
and got a bunch of output spit out at me and didn't see anyFAIL
s, so ¯\_(ツ)_/¯.