summaryrefslogtreecommitdiff
path: root/complete.go
diff options
context:
space:
mode:
Diffstat (limited to 'complete.go')
-rw-r--r--complete.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/complete.go b/complete.go
index 725c4de..991bdea 100644
--- a/complete.go
+++ b/complete.go
@@ -1,8 +1,3 @@
-// Package complete provides a tool for bash writing bash completion in go.
-//
-// Writing bash completion scripts is a hard work. This package provides an easy way
-// to create bash completion scripts for any command, and also an easy way to install/uninstall
-// the completion of the command.
package complete
import (