dalefarnsworth-dmr / editcp

GNU General Public License v3.0
46 stars 10 forks source link

go get deprecated #22

Open vk1kcm opened 2 years ago

vk1kcm commented 2 years ago

As of go 1.17 (apparently, certainly on 1.19) "go get" has been deprecated and can't be used. You need to use "go install" instead.

This also affects the "qt for go" module BTW, which seems abandoned.