gpt4 book ai didi

Golang构建找不到路径_/mnt/c/XXXXX的模块

转载 作者:行者123 更新时间:2023-12-01 22:10:50 25 4
gpt4 key购买 nike

我的系统是 Windows 10 中的 WSL 2。

 OS: Debian 10 buster
Kernel: x86_64 Linux 4.19.104-microsoft-standard
Shell: zsh 5.7.1
CPU: AMD Ryzen 9 4900HS with Radeon Graphics @ 16x 2.994GHz
戈朗资料:
go version go1.15.2 linux/amd64
GOROOT="/usr/local/go"
GOPATH="/mnt/c/workspace/6.824"
而且我在通过插件模型构建项目时遇到了一个问题:
$ go build -buildmode=plugin ../mrapps/wc.go
build command-line-arguments: cannot find module for path _/mnt/c/workspace/6.824/src/mr
“_/mnt”太奇怪了
我该如何解决?
为什么路径前有“_”?
请帮帮我。

最佳答案

我会尝试使用 go mod 而不是依赖GOPATH

unset GOPATH
cd /mnt/c/workspace/6.824/
go mod init "yourProject"
go build -buildmode=plugin mrapps/wc.go

关于Golang构建找不到路径_/mnt/c/XXXXX的模块,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63871687/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com