[Go] Fix typo in comment

This commit is contained in:
Tej Chajed 2018-11-29 07:58:06 -05:00
parent e313e296c1
commit 15736d477b
No known key found for this signature in database
GPG Key ID: A5CD04BD8ED49551
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