Skip to content

Utility to compress and decompress files in go.

License

Notifications You must be signed in to change notification settings

farkon00/gopress

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gopress

Gopress - utility to compress and decompress files in go.

Quick start

$ go build
# -o is optional
$ ./gopress file.txt -e -o compressed.gprs 
$ ./gopress file.gprs -d -o file_res.txt

About

Utility to compress and decompress files in go.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages