Skip to content

format code with gofumpt#209

Merged
dmcgowan merged 1 commit into
containerd:mainfrom
thaJeztah:gofumpt
Oct 6, 2022
Merged

format code with gofumpt#209
dmcgowan merged 1 commit into
containerd:mainfrom
thaJeztah:gofumpt

Conversation

@thaJeztah

Copy link
Copy Markdown
Member

gofumpt (https://github.com/mvdan/gofumpt) provides a superset of Go's gofmt. While slightly more strict, it also helps some formatting issues that linters (such as "revive") may trip over, so let's do a one-time format of the code with gofumpt.

gofumpt (https://github.com/mvdan/gofumpt) provides a superset of
Go's gofmt. While slightly more strict, it also helps some formatting
issues that linters (such as "revive") may trip over, so let's do
a one-time format of the code with gofumpt.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
@dmcgowan
dmcgowan merged commit 325f9b6 into containerd:main Oct 6, 2022
@thaJeztah
thaJeztah deleted the gofumpt branch October 6, 2022 20:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants