mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-06 10:15:47 +03:00
8 lines
100 B
Go
8 lines
100 B
Go
// +build plan9 solaris appengine wasm
|
|
|
|
package flags
|
|
|
|
func getTerminalColumns() int {
|
|
return 80
|
|
}
|