gofmt tools.go

This commit is contained in:
Tim Hockin 2023-07-11 11:39:27 -07:00
parent 5a9037f8c6
commit df5924f904
1 changed files with 4 additions and 4 deletions

View File

@ -21,10 +21,10 @@ limitations under the License.
// tree. One day, Go may handle this more cleanly. Until then, this works. // tree. One day, Go may handle this more cleanly. Until then, this works.
// //
// TO ADD A NEW TOOL: // TO ADD A NEW TOOL:
// 1) add an import line below // 1. add an import line below
// 2) go mod vendor // 2. go mod vendor
// 3) go mod tidy // 3. go mod tidy
// 4) go mod vendor # yes, again // 4. go mod vendor # yes, again
package tools package tools
import ( import (