xitongsys / parquet-go

pure golang library for reading/writing parquet file
Apache License 2.0
1.27k stars 293 forks source link

minor fix to compress/lz4.go #391

Closed hangxie closed 3 years ago

hangxie commented 3 years ago

I got follow error without this patch:

compress/lz4.go:1: +build comment must appear before package clause and be followed by a blank line

the file got reformatted a bit as well.

EDIT if go version matters:

$ go version
go version go1.16.4 darwin/arm64