# Gofmt

[**Gofmt**](https://github.com/rhysd/actionlint) is a formatter for Go.

You can enable the Gofmt formatter with:

```shell
trunk check enable gofmt
```

## Auto Enabling

Gofmt will be auto-enabled if any *Go* files are present.

## Links

* [Gofmt site](https://github.com/rhysd/actionlint)
* Gofmt Trunk Code Quality [integration source](https://github.com/trunk-io/plugins/tree/main/linters/gofmt)
* Trunk Code Quality's [open source plugins repo](https://github.com/trunk-io/plugins/tree/main)
