exercism / go-analyzer

GNU Affero General Public License v3.0
9 stars 12 forks source link

hamming: syntax error #8

Open bitfield opened 4 years ago

bitfield commented 4 years ago

The analyser is dying here: https://exercism.io/mentor/solutions/72286d2cc829439ab0dfb0fb33cc818bUnfortunately there is a syntax error in this solution. This causes the tests to fail, which can be verified by running the tests in a terminal with go test.`

tehsphinx commented 4 years ago

For myself: check if initialising go modules and using go mod download beforehand solves the problem, that non-standard library imports tend to "crash" the analyzer.