Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 725 Bytes

File metadata and controls

27 lines (19 loc) · 725 Bytes
title Trunk | How to run Gofmt
description Gofmt simplifies Go coding by automatically formatting code to match Go's style guidelines, enhancing readability and teamwork without the manual hassle.

Gofmt

Gofmt is a formatter for Go.

You can enable the Gofmt formatter with:

trunk check enable gofmt

Auto Enabling

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

Links