Index: git-gs |
diff --git a/git-gs b/git-gs |
index ddfd9547b97de1bd921c727093a8adb78ed8e5eb..a2bd23c993b2d33f55cb9eb2e1eac72d24e1b36b 100755 |
--- a/git-gs |
+++ b/git-gs |
@@ -3,6 +3,6 @@ |
# Use of this source code is governed by a BSD-style license that can be |
# found in the LICENSE file. |
git grep -n -e "$@" -- "*.h" "*.hpp" "*.cpp" "*.c" "*.cc" "*.cpp" "*.inl"\ |
- "*.grd" "*.idl" "*.m" "*.mm" "*.py" "*.sh" "*.cfg" "*.tac"\ |
+ "*.grd" "*.idl" "*.m" "*.mm" "*.py" "*.sh" "*.cfg" "*.tac" "*.go"\ |
"*SConscript" "SConscript*" "*.scons" "*.vcproj" "*.vsprops" "*.make"\ |
"*.gyp" "*.gypi" "*.js" "*.html" "*.css" "*.ebuild" |