mirror of
https://github.com/TECHNOFAB11/jsonnet-bundler.git
synced 2025-12-12 16:10:04 +01: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
|
|
}
|