module
0.0.0-20160116173134-3c782264fbde
Repository: https://github.com/scottmansfield/tools.git
Documentation: pkg.go.dev
# README
This subrepository holds the source for various packages and tools that support the Go programming language.
Some of the tools, godoc and vet for example, are included in binary Go distributions. Others, including the Go oracle and the test coverage tool, can be fetched with "go get".
Packages include a type-checker for Go and an implementation of the Static Single Assignment form (SSA) representation for Go programs.
To submit changes to this repository, see http://golang.org/doc/contribute.html.
# Packages
No description provided by the author
Package blog implements a web server for articles written in present format.
No description provided by the author
No description provided by the author
Package cover provides support for parsing coverage profiles generated by "go test -coverprofile=cover.out".
No description provided by the author
Package godoc is a work-in-progress (2013-07-17) package to begin splitting up the godoc binary into multiple pieces.
Package imports implements a Go pretty-printer (like package "go/format") that also adds or removes import statements as necessary.
Package oracle contains the implementation of the oracle tool whose command-line is provided by golang.org/x/tools/cmd/oracle.
Package playground registers HTTP handlers at "/compile" and "/share" that proxy requests to the golang.org playground service.
The present file format
Present files have the following format.
No description provided by the author