ulikunitz / xz

Pure golang package for reading and writing xz-compressed files
Other
485 stars 45 forks source link

Fix static check error in format.go. #39

Closed ItsMattL closed 3 years ago

ItsMattL commented 3 years ago

Only the first byte constant has an explicit type: https://staticcheck.io/docs/checks#SA9004

ulikunitz commented 3 years ago

Thanks, I actually wasn't aware of the issue. I will merge the request and release a new version.