Closed user9931 closed 1 year ago
Just want to try the app. curl -sf https://gobinaries.com/ncarlier/readflow | sh gives
Error: Repository has no tags
go get -v github.com/ncarlier/readflow gives error
github.com/ncarlier/readflow (download) github.com/ncarlier/readflow/pkg/model # github.com/ncarlier/readflow/pkg/model ../../go/src/github.com/ncarlier/readflow/pkg/model/category.go:55:42: undefined: gofakeit.RandString
go version go version go1.18.3 linux/amd64 and go env -w GO111MODULE=auto in ~/.profile if it matters
go version go1.18.3 linux/amd64
You can install readflow using Golang with this cmd:
go install -v github.com/ncarlier/readflow@latest
I updated the README.
Just want to try the app. curl -sf https://gobinaries.com/ncarlier/readflow | sh gives
Error: Repository has no tags
go get -v github.com/ncarlier/readflow gives error
go version
go version go1.18.3 linux/amd64
and go env -w GO111MODULE=auto in ~/.profile if it matters