awgo icon indicating copy to clipboard operation
awgo copied to clipboard

Unable to use

Open loranger opened this issue 4 years ago • 2 comments

Hello,

Since the python 2 deprecation, a lot of my useful workflows does not work anymore, so I decided to rewrite the most useful using awgo.

I tried to install and make it run, but it fails :

~/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.4B2E1432-D6E1-414A-86B6-5A82D7DB37C2
❯ go get -u github.com/deanishe/awgo
go: downloading github.com/deanishe/awgo v0.29.1
go: downloading go.deanishe.net/env v0.5.1
go: downloading go.deanishe.net/fuzzy v1.0.0
go: downloading golang.org/x/text v0.3.6
go: downloading github.com/magefile/mage v1.11.0
go: downloading golang.org/x/text v0.3.7
go: downloading github.com/magefile/mage v1.13.0

~/Library/Application Support/Alfred/Alfred.alfredpreferences/workflows/user.workflow.4B2E1432-D6E1-414A-86B6-5A82D7DB37C2 2m 56s
❯ go run main.go
main.go:9:5: no required module provides package github.com/deanishe/awgo: go.mod file not found in current directory or any parent directory; see 'go help modules'

It seems that I missed something, but I cannot figure out what. Can you help, please ?

loranger avatar Mar 19 '22 10:03 loranger

you use this lib in a wrong way.

fireinrain avatar Jun 22 '22 17:06 fireinrain

Could you drive me to the right one ?

loranger avatar Jun 22 '22 17:06 loranger