瀏覽代碼

[Go] Fix typo in comment

Tej Chajed 6 年之前
父節點
當前提交
15736d477b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Go.gitignore

+ 1 - 1
Go.gitignore

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