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: steps:
- prepare-git-checkout - prepare-git-checkout
- go/mod-download - go/mod-download
- run: - run: "! go fmt ./... 2>&1 | read"
command: "! go fmt ./... 2>&1 | read"
lint-check: lint-check:
executor: golang executor: golang
steps: steps: