complete/gocomplete
Chris Nobody e203f94963 gocomplete: suppress error output by default
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
2021-04-06 14:23:51 +03:00
..
complete.go gocomplete: suppress error output by default 2021-04-06 14:23:51 +03:00
parse.go V2 2019-11-18 01:05:47 +02:00
pkgs.go update module import path 2019-11-18 01:25:16 +02:00
tests.go update module import path 2019-11-18 01:25:16 +02:00
tests_test.go gocomplete: suppress error output by default 2021-04-06 14:23:51 +03:00