我正在尝试在godoc
本地运行一个模块,但遇到了这个错误。
在我看来,它像godoc
依赖于go list
,但不是go list
以模块友好的方式运行。
ak/ (master) godoc -http=localhost:6060
using module mode; GOMOD=/Users/aaron/ak/go.mod
failed to determine the build list of the main module: go command exited unsuccessfully: exit status 1
go list -m: can't compute 'all' using the vendor directory
(Use -mod=mod or -mod=readonly to bypass.)