ncarlier / readflow

readflow is a news-reading (or read-it-later) solution focused on versatility and simplicity.
https://about.readflow.app
GNU Affero General Public License v3.0
413 stars 33 forks source link

get -v github.com/ncarlier/readflow results in pkg/model/category.go:55:42: undefined: gofakeit.RandString #47

Closed user9931 closed 1 year ago

user9931 commented 2 years 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

ncarlier commented 2 years ago

You can install readflow using Golang with this cmd:

go install -v github.com/ncarlier/readflow@latest

I updated the README.