Displaying 1 result from an estimated 1 matches for "dllmlnbd".
2023 Aug 07
1
[libnbd PATCH] golang: Optionally use gofmt on generated .go files
On Fri, Aug 04, 2023 at 09:29:48AM -0500, Eric Blake wrote:
> Combine my recent work on improving the generated Go output with
> Tage's work on using a canonical formatter for Rust. If gofmt is
> available during the build, then the generated .go files will now use
> TAB indents and have proper columnar alignment; if it is not
> available, the project still compiles.
>
>