Skip to content

Commit

Permalink
add format in makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
xitongsys committed Dec 5, 2021
1 parent 0fc1561 commit d31c6e0
Show file tree
Hide file tree
Showing 4 changed files with 9,787 additions and 8,343 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ PACKAGES=`go list ./... | grep -v example`
test:
go test -v -cover ${PACKAGES}

format:
go fmt github.com/xitongsys/parquet-go/...

.PHONEY: test
3 changes: 1 addition & 2 deletions parquet/GoUnusedProtection__.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions parquet/parquet-consts.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d31c6e0

Please # to comment.