Merge pull request #2895 from tchajed/go-fix-typo

[Go] Fix typo in comment
This commit is contained in:
Brendan Forster
2018-12-18 08:42:49 -04:00
committed by GitHub

View File

@@ -5,7 +5,7 @@
*.so *.so
*.dylib *.dylib
# Test binary, build with `go test -c` # Test binary, built with `go test -c`
*.test *.test
# Output of the go coverage tool, specifically when used with LiteIDE # Output of the go coverage tool, specifically when used with LiteIDE