Integers
- can add
documentation
to functionwith comments
immediately above them - appear in Go Doc, and in intellisense
- go
examples
can 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 get
to download packagesgo install
to install the packages to go pathgolang.org/x/tools/cmd/godoc
go package to give GoDocgodoc -http=:6060
serve go docs inhttp://localhost:6060/pkg/