* gnu/packages/golang.scm (gofumpt): New variable. > --- a/gnu/packages/golang.scm > +++ b/gnu/packages/golang.scm > @@ -9868,6 +9868,74 @@ (define-public go-go-uber-org-multierr > + (description > + "Enforce a stricter format than @@code{gofmt}, while being backwards compatible. > +That is, @@code{gofumpt} is happy with a subset of the formats that > +@@code{gofmt} is happy with.") (description "This package provides a formatter for Go code that enforces a stricter subset of @code{gofmt}'s formatting.") -- (