mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 07:08:01 +00:00
Add updated note to TIL about godoc
This commit is contained in:
@@ -15,4 +15,10 @@ $ godoc -http=:6060
|
|||||||
|
|
||||||
and then visit `localhost:6060`.
|
and then visit `localhost:6060`.
|
||||||
|
|
||||||
|
Note: if you do not already have `godoc` installed, you can install it with:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
$ go install golang.org/x/tools/cmd/godoc@latest
|
||||||
|
```
|
||||||
|
|
||||||
[source](http://www.andybritcliffe.com/post/44610795381/offline-go-lang-documentation)
|
[source](http://www.andybritcliffe.com/post/44610795381/offline-go-lang-documentation)
|
||||||
|
|||||||
Reference in New Issue
Block a user