Prevent the Go command completion from jumbling up the shell prompt on errors by setting the Writer of the standard lib default log.Logger to ioutil.Discard unless the system environment variable `GOCOMP_VERBOSE` has been explicitly set to "1" (e.g. for debugging purposes). Fixes #139 |
||
|---|---|---|
| .. | ||
| complete.go | ||
| parse.go | ||
| pkgs.go | ||
| tests.go | ||
| tests_test.go | ||