mirror of
https://github.com/rkfg/regolancer
synced 2024-11-15 00:15:27 +00:00
9 lines
136 B
Go
9 lines
136 B
Go
//go:build plan9 || appengine || wasm
|
|
// +build plan9 appengine wasm
|
|
|
|
package helpmessage
|
|
|
|
func getTerminalColumns() int {
|
|
return 80
|
|
}
|