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

error about "local/proxy" #1

Open
vicever opened this issue Jun 29, 2020 · 1 comment
Open

error about "local/proxy" #1

vicever opened this issue Jun 29, 2020 · 1 comment

Comments

@vicever
Copy link

vicever commented Jun 29, 2020

执行 go get github.com/dxvgef/tsing-gateway
报错:
package local/api: unrecognized import path "local/api" (import path does not begin with hostname)
package local/global: unrecognized import path "local/global" (import path does not begin with hostname)
package local/proxy: unrecognized import path "local/proxy" (import path does not begin with hostname)
package local/storage: unrecognized import path "local/storage" (import path does not begin with hostname)

local 是什么路径?自定义的么?

@dxvgef
Copy link
Owner

dxvgef commented Jun 29, 2020

local是go mod定义的模块名,你是不是没有启用go modules?

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