mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-04-25 17:26:04 +02:00

* Use vendored go-swagger * vendor go-swagger * revert un wanteed change * remove un-needed GO111MODULE * Update Makefile Co-Authored-By: techknowlogick <matti@mdranta.net>
7 lines
63 B
Go
7 lines
63 B
Go
// +build linux
|
|
|
|
package flags
|
|
|
|
const (
|
|
tIOCGWINSZ = 0x5413
|
|
)
|