mirror of
https://github.com/prometheus/statsd_exporter.git
synced 2024-11-26 09:11:01 +00:00
9 lines
151 B
Go
9 lines
151 B
Go
// +build appengine !linux,!freebsd,!darwin,!dragonfly,!netbsd,!openbsd
|
|
|
|
package kingpin
|
|
|
|
import "io"
|
|
|
|
func guessWidth(w io.Writer) int {
|
|
return 80
|
|
}
|