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
1 // Copyright (c) 2019, Daniel Martí <mvdan@mvdan.cc>
2 // See LICENSE for licensing information
3
4 package main
5
6 // First, sync the files with x/tools and GOROOT.
7 //go:generate go run gen.go
8
9 // Then, add the missing imports to our added code.
10 //go:generate goimports -w .
11
12 // Finally, ensure all code follows 'gofumpt -s'. Use the current source, to not
13 // need an extra 'go install' step.
14 //go:generate go run . -s -w .