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

go get github.com/cweill/gotests/...: malformed module path "github.com/cweill/gotests/...": double dot #119

Closed
liulangwa opened this issue Dec 11, 2019 · 2 comments

Comments

@liulangwa
Copy link

env

go version go1.12.14 windows/amd64

set GOARCH=amd64
set GOBIN=
set GOCACHE=xxxx
set GOEXE=.exe
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GOOS=windows
set GOPATH=E:\work\goworkspace
set GOPROXY=https://goproxy.io
set GORACE=
set GOROOT=c:\go
set GOTMPDIR=
set GOTOOLDIR=c:\go\pkg\tool\windows_amd64
set GCCGO=gccgo
set CC=gcc
set CXX=g++
set CGO_ENABLED=1
set GOMOD=NUL
set CGO_CFLAGS=-g -O2
set CGO_CPPFLAGS=
set CGO_CXXFLAGS=-g -O2
set CGO_FFLAGS=-g -O2
set CGO_LDFLAGS=-g -O2
set PKG_CONFIG=pkg-config
set GOGCCFLAGS=-m64 -mthreads -fmessage-length=0 -fdebug-prefix-map=C:\Users\DUYONG~1\AppData\Local\Temp\go-build265818502=/tmp/go-build -gno-record-gcc-switches

go get failed

go get github.com/cweill/gotests/...: malformed module path "github.com/cweill/gotests/...": double dot
@shihanng
Copy link
Contributor

shihanng commented Dec 15, 2019

This appears to be a known issue in Go 1.12: golang/go#29363 and it is fixed for Go 1.13.

For Go 1.12, the work around to install the CLI is

go get -u github.com/cweill/gotests/gotests

@liulangwa
Copy link
Author

thinks ,go 1.13 fixed this problem

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

2 participants