Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 330 Bytes

readme.md

File metadata and controls

20 lines (13 loc) · 330 Bytes

About

go-jpegoptim is Golang wrapper of jpegoptim.

How to build

Clone this repository.

$ git clone git@github.com:1000ch/go-jpegoptim.git

Execute make (which call go build).

$ cd go-jpegoptim
$ make