Giant blob of minor changes
[dotfiles/.git] / .config / coc / extensions / coc-go-data / tools / pkg / mod / mvdan.cc / gofumpt@v0.0.0-20200802201014-ab5a8192947d / doc.go
diff --git a/.config/coc/extensions/coc-go-data/tools/pkg/mod/mvdan.cc/gofumpt@v0.0.0-20200802201014-ab5a8192947d/doc.go b/.config/coc/extensions/coc-go-data/tools/pkg/mod/mvdan.cc/gofumpt@v0.0.0-20200802201014-ab5a8192947d/doc.go
new file mode 100644 (file)
index 0000000..2f0f4d0
--- /dev/null
@@ -0,0 +1,14 @@
+// Copyright (c) 2019, Daniel Martí <mvdan@mvdan.cc>
+// See LICENSE for licensing information
+
+package main
+
+// First, sync the files with x/tools and GOROOT.
+//go:generate go run gen.go
+
+// Then, add the missing imports to our added code.
+//go:generate goimports -w .
+
+// Finally, ensure all code follows 'gofumpt -s'. Use the current source, to not
+// need an extra 'go install' step.
+//go:generate go run . -s -w .