Skip to content

Commit

Permalink
Merge pull request #427 from xitongsys/dev
Browse files Browse the repository at this point in the history
add format in makefile
  • Loading branch information
xitongsys committed Dec 5, 2021
2 parents 1265516 + d31c6e0 commit 770504a
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 770504a

Please sign in to comment.