ソースを参照

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

[Go] Fix typo in comment
Brendan Forster 6 年 前
コミット
65c563757c
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Go.gitignore

+ 1 - 1
Go.gitignore

@@ -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