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
commit 65c563757c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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