You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ go install github.com/coder/wush@latestgo: downloading github.com/coder/wush v0.3.0go: github.com/coder/wush@latest: module github.com/coder/wush@latest found (v0.3.0), but does not contain package github.com/coder/wush
The best way I have found to substitute for this is a bit awkward:
git clone https://github.com/coder/wush@latest
cd wush/cmd/wush
go install .
I'm not familiar enough with Go packages to know whether there's a better way of whether this is easy or impossible to fix.
The text was updated successfully, but these errors were encountered:
Currently, I get
The best way I have found to substitute for this is a bit awkward:
I'm not familiar enough with Go packages to know whether there's a better way of whether this is easy or impossible to fix.
The text was updated successfully, but these errors were encountered: