htpack/cmd/htpacker
Laurence Withers 439bf2422b cmd/htpacker: don't try to compress tiny files
If we have some really tiny files, it's not worth compressing them. Among other things,
this will work around a bug in go-zopfli for 0- or 1-byte files.
2023-04-28 15:57:28 +01:00
..
packer cmd/htpacker: don't try to compress tiny files 2023-04-28 15:57:28 +01:00
content_type_glob.go cmd/htpacker: add --content-type flag 2022-07-06 13:29:55 +01:00
content_type_glob_test.go cmd/htpacker: add --content-type flag 2022-07-06 13:29:55 +01:00
go.mod cmd/htpacker: update to Go 1.19, update dependencies 2022-11-26 10:12:42 +00:00
go.sum cmd/htpacker: update to Go 1.19, update dependencies 2022-11-26 10:12:42 +00:00
inspector.go Add CLI progress bars to the packer tool 2020-02-15 11:22:24 +00:00
main.go cmd/htpacker now split into its own module 2019-04-12 09:15:28 +01:00
pack.go cmd/htpacker: add --content-type flag 2022-07-06 13:29:55 +01:00
pack_progress.go cmd/htpacker: update to Go 1.19, update dependencies 2022-11-26 10:12:42 +00:00
yaml.go cmd/htpacker: cope with zero-length input files 2020-04-02 12:33:04 +01:00