Integers
- can add
documentationto functionwith commentsimmediately above them - appear in Go Doc, and in intellisense
- go
examplescan be defined similar like tests, and reside in the test files - examples can be
ran as tests - examples
show up in the Go Docs go getto download packagesgo installto install the packages to go pathgolang.org/x/tools/cmd/godocgo package to give GoDocgodoc -http=:6060serve go docs inhttp://localhost:6060/pkg/