Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / golang.org / x / tools@v0.0.0-20201105173854-bc9fc8d8c4bc / README.md
1 # Go Tools
2
3 This subrepository holds the source for various packages and tools that support
4 the Go programming language.
5
6 Some of the tools, `godoc` and `vet` for example, are included in binary Go
7 distributions.
8
9 Others, including the Go `guru` and the test coverage tool, can be fetched with
10 `go get`.
11
12 Packages include a type-checker for Go and an implementation of the
13 Static Single Assignment form (SSA) representation for Go programs.
14
15 ## Download/Install
16
17 The easiest way to install is to run `go get -u golang.org/x/tools/...`. You can
18 also manually git clone the repository to `$GOPATH/src/golang.org/x/tools`.
19
20 ## JS/CSS Formatting
21
22 This repository uses [prettier](https://prettier.io/) to format JS and CSS files.
23
24 The version of `prettier` used is 1.18.2.
25
26 It is encouraged that all JS and CSS code be run through this before submitting
27 a change. However, it is not a strict requirement enforced by CI.
28
29 ## Report Issues / Send Patches
30
31 This repository uses Gerrit for code changes. To learn how to submit changes to
32 this repository, see https://golang.org/doc/contribute.html.
33
34 The main issue tracker for the tools repository is located at
35 https://github.com/golang/go/issues. Prefix your issue with "x/tools/(your
36 subdir):" in the subject line, so it is easy to find.