Skip to content

Commit

Permalink
Fix to compile on Go < 1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
garyburd committed Jan 19, 2017
1 parent b0dc455 commit 522f286
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compression.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import (
)

const (
minCompressionLevel = flate.HuffmanOnly
minCompressionLevel = -2 // flate.HuffmanOnly
maxCompressionLevel = flate.BestCompression
defaultCompressionLevel = 1
)
Expand Down

0 comments on commit 522f286

Please sign in to comment.