one line gofmt

This commit is contained in:
laser 2020-04-01 16:22:32 -07:00
parent 431a15c14a
commit b17b226220

View File

@ -57,8 +57,7 @@ jobs:
steps:
- prepare-git-checkout
- go/mod-download
- run:
command: "! go fmt ./... 2>&1 | read"
- run: "! go fmt ./... 2>&1 | read"
lint-check:
executor: golang
steps: