mirror of
https://gitee.com/gitea/gitea.git
synced 2024-12-15 18:10:50 +08:00
8 lines
103 B
Go
8 lines
103 B
Go
|
// +build windows plan9 solaris appengine
|
||
|
|
||
|
package flags
|
||
|
|
||
|
func getTerminalColumns() int {
|
||
|
return 80
|
||
|
}
|