From ff0de6afbf04bb1f32b4bdbe2608bdd6708e8872 Mon Sep 17 00:00:00 2001 From: Frederic Delbos Date: Mon, 19 Feb 2018 15:46:00 +0100 Subject: [PATCH] add pdfgen (#1811) * add pdfgen * wierd space --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 156cf4b4..9cda6803 100644 --- a/README.md +++ b/README.md @@ -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.