mirror of
https://github.com/prometheus-community/windows_exporter
synced 2025-01-21 06:51:10 +00:00
df0db7a54f
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
10 lines
151 B
Go
10 lines
151 B
Go
// +build appengine !linux,!freebsd,!darwin,!dragonfly,!netbsd,!openbsd
|
|
|
|
package kingpin
|
|
|
|
import "io"
|
|
|
|
func guessWidth(w io.Writer) int {
|
|
return 80
|
|
}
|