brianvoe / gofakeit

Random fake data generator written in go
MIT License
4.49k stars 263 forks source link

package github.com/brianvoe/gofakeit/v6: cannot find package "github.com/brianvoe/gofakeit/v6" in any of: #270

Closed jay0610 closed 10 months ago

jay0610 commented 10 months ago

While installing package gofakeit receiving below error -

[root@xxx ~]# go get github.com/brianvoe/gofakeit/v6 package github.com/brianvoe/gofakeit/v6: cannot find package "github.com/brianvoe/gofakeit/v6" in any of: /usr/lib/golang/src/github.com/brianvoe/gofakeit/v6 (from $GOROOT) /root/go/src/github.com/brianvoe/gofakeit/v6 (from $GOPATH) [root@xxx ~]#

Server do have internet access however it fails with mentioned error. I am not sure if I am missing any step. Can I get help to resolve this issue ?

Thanks in advance.

brianvoe commented 10 months ago

This just looks like a general local go issue. Package currently works as expected.