some deletions
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / honnef.co / go / tools@v0.0.1-2020.1.5 / doc / utilities.html
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/honnef.co/go/tools@v0.0.1-2020.1.5/doc/utilities.html b/.config/coc/extensions/coc-go-data/tools/pkg/mod/honnef.co/go/tools@v0.0.1-2020.1.5/doc/utilities.html
deleted file mode 100644 (file)
index 4834a4d..0000000
+++ /dev/null
@@ -1,43 +0,0 @@
-<!--(
-     "Title": "Utilities"
-)-->
-
-<h2 id="overview">Overview</h2>
-
-<p>
-  In addition to staticcheck, we provide a number of smaller
-  utilities. Some of them are useful for integrating
-  staticcheck in your workflows, while others provide
-  specific code insights.
-</p>
-
-<p>
-  All of these utilities can be used manually from the command line,
-  but their true purpose is integration with scripts and editors.
-</p>
-
-<h3 id="keyify">keyify</h3>
-<p style="color: red">Coming soon</p>
-
-<h3 id="rdeps">rdeps</h3>
-<p>
-  The rdeps utility takes a list of Go packages and returns their
-  reverse dependencies. One application for this tool is Continuous
-  Integration and testing only those packages that are affected by a
-  commit.
-</p>
-
-<p>
-  Packages can be provided as arguments, or on standard input if the
-  <code>-stdin</code> flag is provided. If the <code>-r</code> flag is
-  used, reverse dependencies will be printed recursively.
-</p>
-
-
-<h3 id="structlayout">structlayout</h3>
-<p style="color: red">Coming soon</p>
-
-<h4 id="structlayout-optimize">structlayout-optimize</h4>
-<p style="color: red">Coming soon</p>
-<h4 id="structlayout-pretty">structlayout-pretty</h4>
-<p style="color: red">Coming soon</p>