Categorygithub.com/tsaikd/tools
module
0.0.0-20190912100236-53e5711c875d
Repository: https://github.com/tsaikd/tools.git
Documentation: pkg.go.dev

# README

Go Tools

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 guru 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.

Download/Install

The easiest way to install is to run go get -u golang.org/x/tools/.... You can also manually git clone the repository to $GOPATH/src/golang.org/x/tools.

Report Issues / Send Patches

This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html.

The main issue tracker for the tools repository is located at https://github.com/golang/go/issues. Prefix your issue with "x/tools/(your subdir):" in the subject line, so it is easy to find.

# 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 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