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:
Mateusz Urbanek
2023-07-03 21:07:41 +02:00
committed by GitHub
parent 1b0e051809
commit 72c01e2657
22 changed files with 59 additions and 41 deletions

View File

@@ -0,0 +1,8 @@
package cli
import (
"os"
)
func setWinsize(f *os.File, w, h int) {
}