1
0
mirror of https://github.com/github/gitignore synced 2024-06-01 18:28:13 +02:00

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

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