mirror of
https://gitee.com/rainbond/Rainbond.git
synced 2024-11-29 18:27:58 +08:00
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
|
|
}
|