mitranim / gow

Missing watch mode for Go commands. Watch Go files and execute a command like "go run" or "go test"
The Unlicense
772 stars 29 forks source link

go1.13 installation issue #26

Closed marcosvidolin closed 2 years ago

marcosvidolin commented 2 years ago

Installation issue using go1.13.15

build github.com/mitranim/gow: cannot load io/fs: malformed module path "io/fs": missing dot in first path element

which gow version should I use?

mitranim commented 2 years ago

Since feaffc23622278acc701928bcc132a01a3bb94b5, gow requires Go 1.18 or higher.