go-hook icon indicating copy to clipboard operation
go-hook copied to clipboard

Installation?

Open user421921 opened this issue 1 year ago • 1 comments

How would I install this Go module into my system? when I use "go install github.com/moutend/go-hook@latest" it gives me:

go: github.com/moutend/go-hook@latest: module github.com/moutend/go-hook@latest found (v0.1.0), but does not contain package github.com/moutend/go-hook

user421921 avatar Mar 22 '23 17:03 user421921

hi, it should be enough with: go get github.com/moutend/go-hook

salc2 avatar Mar 25 '23 19:03 salc2