wgo expects a [hard-coded string `wgo` after `::`](https://github.com/bokwoon95/wgo/blame/8392422356f8310463eac24e2703f8b5070a69af/wgo_cmd.go#L147), which doesn’t work when invoking wgo using [`go tool`](https://tip.golang.org/doc/modules/managing-dependencies#tools). We could just use `wgo` without the `go tool`, but that breaks consistency with how other commands are expected to be invoked using the `::` syntax.
wgo expects a hard-coded string
wgoafter::, which doesn’t work when invoking wgo usinggo tool.We could just use
wgowithout thego tool, but that breaks consistency with how other commands are expected to be invoked using the::syntax.