1
0
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:
jbranchaud
2024-10-11 13:57:47 -05:00
parent f25064031f
commit dbb8c585c1

View File

@@ -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)