mirror of
https://github.com/kairos-io/provider-kairos.git
synced 2025-09-14 06:10:03 +00:00
fix: bump go.mod path to v2 (#431)
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>
This commit is contained in:
8
internal/cli/recovery_darwin.go
Normal file
8
internal/cli/recovery_darwin.go
Normal file
@@ -0,0 +1,8 @@
|
||||
package cli
|
||||
|
||||
import (
|
||||
"os"
|
||||
)
|
||||
|
||||
func setWinsize(f *os.File, w, h int) {
|
||||
}
|
Reference in New Issue
Block a user