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

Add 1.16+ module-aware install instructions #14

Closed deltamualpha closed 3 years ago

deltamualpha commented 3 years ago

go 1.16 subtly changes the way that the go command works when installing binaries inside modules when the module-aware mode is on. install lets you install binary tools without adding spurious dependencies to the go.mod file, but barfs if you don't explicitly add a @version.

mitranim commented 3 years ago

Thanks! 🙂