godoc

最后更新于:2022-04-02 02:50:56

[TOC] ## 命令 ``` usage: godoc -http=localhost:6060 -goroot string Go root directory (default "/usr/local/Cellar/go/1.15.6/libexec") -http string HTTP service address (default "localhost:6060")these files in sorted order -play enable playground -timestamps show timestamps with directory listings ``` 常用命令 ``` godoc [-http=localhost:6060] ``` 默认就是 6060 端口
';