$ go get github.com/2mf8/Go-QQ-Client
go: github.com/2mf8/Go-QQ-Client@upgrade (v0.0.0-20240804021407-a27be2d06cc5) requires github.com/2mf8/Go-QQ-Client@v0.0.0-20240804021407-a27be2d06cc5: parsing go.mod:
module declares its path as: github.com/tencent-connect/botgo
but was required as: github.com/2mf8/Go-QQ-Client
问题:
我尝试使用go get来获取你的包
但是意外的遇到了包名路径不正确问题
错误信息表明该模块在它的
go.mod
文件中声明的路径与你尝试获取的路径不一致希望能修改一下
go.mod
文件 或者有没有其他方式下载到你的包如果某些原因无法实现, 也不必强求, 我自行下载源码