[PATCH] D63057: [bindings/go][NFC] Format code with go fmt
Ayke via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jun 12 05:05:24 PDT 2019
aykevl added a comment.
Yes, losing a bit of history is unfortunate. However, it will make it easier in the future to keep these bindings machine-formatted.
I don't know how well you know the Go language, but running `go fmt` on code is the standard basically everywhere. It's so great to not have to bikeshed about formatting.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63057/new/
https://reviews.llvm.org/D63057
More information about the llvm-commits
mailing list