pkgsrc/devel/go-tools/DESCR
bsiegert 3edc958af4 Add a package for go-tools. It contains notably the "vet" and "cover" tools
as well as the godoc binary. It is recommended for installation for anyone
developing in Go.
2015-05-11 14:45:31 +00:00

5 lines
228 B
Text

This package contains various packages and tools that support the Go
programming language.
Packages include a type-checker for Go and an implementation of the
Static Single Assignment form (SSA) representation for Go programs.