diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2015-11-10 20:32:03 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2015-11-10 20:32:03 +0100 |
| commit | 3716eb38300268c5400907f4e2178a5d96440d59 (patch) | |
| tree | 52614d823d81a5848838f6bd60f521ca80ec1d5f | |
| parent | 0165a4b2e4384f44c8042dcacaf52563ec74bb8c (diff) | |
format go files simpler
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ executor: bin gcc executor/executor.cc -o ./bin/executor -lpthread -static -Wall -O1 -g format: - find . -name "*.go" | xargs -n 1 go fmt + go fmt ./... clang-format --style=file -i executor/executor.cc clean: |
