To read project documentation on local machine, first, install godoc:
go install -v golang.org/x/tools/cmd/godoc@latestThen, run godoc in project's root directory:
cd r2basic
godoc -http=:6060Then, open this url in browser:
| Name | Name | Last commit date | ||
|---|---|---|---|---|
To read project documentation on local machine, first, install godoc:
go install -v golang.org/x/tools/cmd/godoc@latestThen, run godoc in project's root directory:
cd r2basic
godoc -http=:6060Then, open this url in browser: