BurntSushi / wingo

A fully-featured window manager written in Go.
Do What The F*ck You Want To Public License
1k stars 86 forks source link

go-get is now deprecated #142

Closed ghost closed 2 years ago

ghost commented 2 years ago

Problem:

go get: installing executables with 'go get' in module mode is deprecated.
        Use 'go install pkg@version' instead.
        For more information, see https://golang.org/doc/go-get-install-deprecation
        or run 'go help get' or 'go help install'.

So: How do I fix it?

ghost commented 2 years ago

Forget about it. I fixed it.

Try: go install github.com/BurntSushi/wingo@latest

BurntSushi commented 2 years ago

Thanks for the notice! I'll probably try to get Wingo and its dependencies moved over to Go modules at some point. But it isn't a high priority for me unless it's totally broken.