add pdfgen (#1811)

* add pdfgen

* wierd space
This commit is contained in:
Frederic Delbos 2018-02-19 15:46:00 +01:00 committed by Bo-Yi Wu
parent 3b621f5ba1
commit ff0de6afbf

View File

@ -820,6 +820,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
* [jobs](https://github.com/albrow/jobs) - Persistent and flexible background jobs library.
* [lk](https://github.com/hyperboloide/lk) - A simple licensing library for golang.
* [margelet](https://github.com/zhulik/margelet) - Framework for building Telegram bots.
* [pdfgen](https://github.com/hyperboloide/pdfgen) - HTTP service to generate PDF from Json requests.
* [persian](https://github.com/mavihq/persian) - Some utilities for Persian language in go.
* [secdl](https://github.com/xor-gate/secdl) - Lighttpd ModSecDownload algorithm ported to go to secure download urls.
* [shellwords](https://github.com/Wing924/shellwords) - A Golang library to manipulate strings according to the word parsing rules of the UNIX Bourne shell.