add gofmt

This commit is contained in:
Nguyen Sy Thanh Son 2019-03-22 10:06:27 +07:00 committed by GitHub
parent feb1031abe
commit b08d29ffd0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,7 +11,7 @@ jobs:
git: git:
submodules: false submodules: false
script: script:
- go run build/ci.go lint - go run build/ci.go lint && make gofmt
- stage: Build and test - stage: Build and test
go: '1.11' go: '1.11'