mirror of
https://github.com/prometheus/node_exporter.git
synced 2024-11-09 23:24:09 -08:00
dfe07eaae8
* Switch to kingpin flags * Fix logrus vendoring * Fix flags in main tests * Fix vendoring versions
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
|
|
}
|