go 1.13 后 godoc安装
1),进入到Go安装目录下的src目录
2),1、安装 godoc
go get -v golang.org
4)、启动成功查看自己的项目文档
解决golang编译提示dial tcp 172.217.160.113:443: connectex: A connection attempt failed
执行命令:
go env -w GO111MODULE=on
go env -w GOPROXY=https://goproxy.cn
6),新增一个cmd窗口执行 godoc -help 检查是否成功
7),执行
E:\tools\Go\src>godoc -http=localhost:6060 -play
using module mode; GOMOD=E:\tools\Go\src\go.mod
failed to determine if vendoring is enabled: err: exit status 1: stderr: go: inconsistent vendoring in E:\tools\Go\src:
github.com/yuin/goldmark@v1.4.1: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
golang.org/x/mod@v0.6.0-dev.0.20220106191415-9b9b3d81d5e3: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
golang.org/x/tools@v0.1.10: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
golang.org/x/xerrors@v0.0.0-20200804184101-5ec99f83aff1: is explicitly required in go.mod, but not marked as explicit in vendor/modules.txt
To ignore the vendor directory, use -mod=readonly or -mod=mod.
To sync the vendor directory, run: go mod vendor
E:\tools\Go\src>go mod vendor // 执行此命令解决问题
E:\tools\Go\src>godoc -http=localhost:6060 -play
using module mode; GOMOD=E:\tools\Go\src\go.mod // 执行成功直接访问 http://localhost:6060/pkg/
【推荐】国内首个AI IDE,深度理解中文开发场景,立即下载体验Trae
【推荐】编程新体验,更懂你的AI,立即体验豆包MarsCode编程助手
【推荐】抖音旗下AI助手豆包,你的智能百科全书,全免费不限次数
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 分享4款.NET开源、免费、实用的商城系统
· 全程不用写代码,我用AI程序员写了一个飞机大战
· MongoDB 8.0这个新功能碉堡了,比商业数据库还牛
· 白话解读 Dapr 1.15:你的「微服务管家」又秀新绝活了
· 上周热点回顾(2.24-3.2)