Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

malformed module path #97

Open
exfly opened this issue Apr 24, 2019 · 5 comments
Open

malformed module path #97

exfly opened this issue Apr 24, 2019 · 5 comments

Comments

@exfly
Copy link

exfly commented Apr 24, 2019

✗ go version
go version go1.12.4 darwin/amd64

✗ go get -u github.com/cweill/gotests/...
go get github.com/cweill/gotests/...: malformed module path "github.com/cweill/gotests/...": double dot

@HaleLu
Copy link

HaleLu commented Jun 10, 2019

+1

1 similar comment
@gs-jha
Copy link

gs-jha commented Sep 19, 2019

+1

@gs-jha
Copy link

gs-jha commented Sep 19, 2019

@exfly @HaleLu
Workaround for me was:
first, do go get -u github.com/cweill/gotests
then do go get -u github.com/cweill/gotests/...

@aikaiqiang
Copy link

@gs-jha thx, it works

@liulangwa
Copy link

go version go1.12.14 windows/amd64 no work @gs-jha

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants