summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--misc/bash/go5
1 files changed, 1 insertions, 4 deletions
diff --git a/misc/bash/go b/misc/bash/go
index d806a8147..90defda82 100644
--- a/misc/bash/go
+++ b/misc/bash/go
@@ -20,7 +20,7 @@ _go()
local cmd="${COMP_WORDS[1]}"
- local cmds="build clean env doc fix fmt get
+ local cmds="build clean env fix fmt get
install list run test tool version vet"
local addhelp="gopath importpath remote
testflag testfunc"
@@ -88,9 +88,6 @@ _go()
COMPREPLY=(`_go_importpath "$cur"`)
fi
;;
- 'doc')
- COMPREPLY=(`_go_importpath "$cur"`)
- ;;
'fix')
COMPREPLY=(`_go_importpath "$cur"`)
;;