diff options
author | Matthew Gerstman <mattgerstman@gmail.com> | 2016-11-30 08:37:24 -0500 |
---|---|---|
committer | Matthew Gerstman <mattgerstman@gmail.com> | 2016-11-30 08:37:24 -0500 |
commit | 29826098e0d7cf271e4acb5427b1e1a4ab7d07d6 (patch) | |
tree | 157ac0741938775182f928a392c339cd39275c33 | |
parent | 58d953f03f9b9eb2ec160fe320f9041141dc8b31 (diff) | |
download | gitignore-29826098e0d7cf271e4acb5427b1e1a4ab7d07d6.tar.gz gitignore-29826098e0d7cf271e4acb5427b1e1a4ab7d07d6.zip |
Standardize comment capitalization
-rw-r--r-- | Go.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Go.gitignore b/Go.gitignore index 397a0ed4..5e1047c9 100644 --- a/Go.gitignore +++ b/Go.gitignore @@ -26,5 +26,5 @@ _testmain.go # Output of the go coverage tool, specifically when used with LiteIDE *.out -# external packages folder +# External packages folder vendor/ |