mirror of
https://github.com/kairos-io/provider-kairos.git
synced 2025-07-31 15:11:05 +00:00
The path in `go.mod` should be ended in `/v2` suffix, as per [go.mod module version numbers](https://go.dev/doc/modules/version-numbers). --------- Signed-off-by: Mateusz Urbanek <mateusz.urbanek.98@gmail.com>
9 lines
73 B
Go
9 lines
73 B
Go
package cli
|
|
|
|
import (
|
|
"os"
|
|
)
|
|
|
|
func setWinsize(f *os.File, w, h int) {
|
|
}
|