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

I get a path separator error when I start a project #35656

Closed
offer365 opened this issue Nov 18, 2019 · 1 comment
Closed

I get a path separator error when I start a project #35656

offer365 opened this issue Nov 18, 2019 · 1 comment

Comments

@offer365
Copy link

windows

D:\go\src\github.com\offer365\oblog>go run main.go
unexpected directory layout:
import path: /D/go/src/github.com/offer365/oblog/model
root: D:\go\src
dir: D:\go\src\github.com\offer365\oblog\model
expand root: D:\go
expand dir: D:\go\src\github.com\offer365\oblog\model
separator: \

D:\go\src\github.com\offer365\oblog>go env
set GO111MODULE=
set GOARCH=amd64
set GOBIN=
set GOCACHE=C:\Users\Administrator\AppData\Local\go-build
set GOENV=C:\Users\Administrator\AppData\Roaming\go\env
set GOEXE=.exe
set GOFLAGS=
set GOHOSTARCH=amd64
set GOHOSTOS=windows
set GONOPROXY=
set GONOSUMDB=
set GOOS=windows
set GOPATH=D:\go
set GOPRIVATE=
set GOPROXY=https://goproxy.io,direct
set GOROOT=C:\Go
set GOSUMDB=sum.golang.org
set GOTMPDIR=
set GOTOOLDIR=C:\Go\pkg\tool\windows_amd64
set GCCGO=gccgo
set AR=ar
set CC=gcc
set CXX=g++
set CGO_ENABLED=1
set GOMOD=
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\ADMINI~1\AppData\Local\Temp\go-build410863942=/tmp/go-build -gno-record-gcc-switches

import path: /D/go/src/github.com/offer365/oblog/model
The separator of this message is abnormal

@agnivade
Copy link
Contributor

Hello @offer365, unlike other projects, we do not use the issue tracker for questions such as these. It is only used for bugs and feature proposals. I will close this issue, but please feel free to ask it in any of these forums below:

Thanks

@golang golang locked and limited conversation to collaborators Nov 17, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants