Skip to content

Commit

Permalink
feat(references): add gofumpt install (#181)
Browse files Browse the repository at this point in the history
* feat(references): add gofumpt install

* fix(reference): linter
  • Loading branch information
SkalaNetworks authored and oilbeater committed Jul 15, 2024
1 parent 91560e3 commit 1d010e2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/reference/dev-env.en.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ and requires to be installed in the development environment:
go install github.com/securego/gosec/v2/cmd/gosec@latest
```

[gofumpt](https://github.com/mvdan/gofumpt) is used to apply stricter rules than `gofmt` and requires to be installed:

```bash
go install mvdan.cc/gofumpt@latest
```

To reduce the size of the final generated image, Kube-OVN uses some of the Docker buildx experimental features,
please update Docker to the latest version and enable buildx:

Expand Down

0 comments on commit 1d010e2

Please sign in to comment.