Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / honnef.co / go / tools@v0.0.1-2020.1.5 / doc / utilities.html
1 <!--(
2      "Title": "Utilities"
3 )-->
4
5 <h2 id="overview">Overview</h2>
6
7 <p>
8   In addition to staticcheck, we provide a number of smaller
9   utilities. Some of them are useful for integrating
10   staticcheck in your workflows, while others provide
11   specific code insights.
12 </p>
13
14 <p>
15   All of these utilities can be used manually from the command line,
16   but their true purpose is integration with scripts and editors.
17 </p>
18
19 <h3 id="keyify">keyify</h3>
20 <p style="color: red">Coming soon</p>
21
22 <h3 id="rdeps">rdeps</h3>
23 <p>
24   The rdeps utility takes a list of Go packages and returns their
25   reverse dependencies. One application for this tool is Continuous
26   Integration and testing only those packages that are affected by a
27   commit.
28 </p>
29
30 <p>
31   Packages can be provided as arguments, or on standard input if the
32   <code>-stdin</code> flag is provided. If the <code>-r</code> flag is
33   used, reverse dependencies will be printed recursively.
34 </p>
35
36
37 <h3 id="structlayout">structlayout</h3>
38 <p style="color: red">Coming soon</p>
39
40 <h4 id="structlayout-optimize">structlayout-optimize</h4>
41 <p style="color: red">Coming soon</p>
42 <h4 id="structlayout-pretty">structlayout-pretty</h4>
43 <p style="color: red">Coming soon</p>