Browse Source

Merge pull request #2206 from mattgerstman/master

Standardize comment capitalization in go
Brendan Forster 8 years ago
parent
commit
8543961493
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Go.gitignore

+ 1 - 1
Go.gitignore

@@ -26,5 +26,5 @@ _testmain.go
 # Output of the go coverage tool, specifically when used with LiteIDE
 # Output of the go coverage tool, specifically when used with LiteIDE
 *.out
 *.out
 
 
-# external packages folder
+# External packages folder
 vendor/
 vendor/