From ba2f2105cd577caeeed6fc90f9dd858740a3915b Mon Sep 17 00:00:00 2001 From: jfercher Date: Thu, 2 Sep 2021 11:45:52 -0300 Subject: [PATCH] Add other examples session --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c13f908a..cd0eb07a 100644 --- a/README.md +++ b/README.md @@ -90,6 +90,15 @@ with the code to generate the PDFs. There are examples of: [barcode](internal/ex ![result](internal/assets/images/result.png) +## Other Examples + +| Title | Media | +|---|---| +| [How to create PDFs with Go, Maroto & GoFakeIt](https://www.youtube.com/watch?v=jwOy4JgleTU) | Video | +| [Creating a PDF with Go, Maroto & Gofakeit](https://divrhino.com/articles/create-pdf-document-with-go-maroto-gofakeit) | Article | +| [divrhino/fruitful-pdf](https://github.com/divrhino/fruitful-pdf) | Repository | +| [Creating PDFs using Golang](https://medium.com/@johnathanfercher/creating-pdfs-using-golang-98b722e99d6d) | Article | + #### Code > This is part of the example [billing](internal/examples/billing). ```go @@ -263,10 +272,6 @@ func main() { } ``` -## Others - -* [Medium Article: Creating PDFs using Golang](https://medium.com/@johnathanfercher/creating-pdfs-using-golang-98b722e99d6d) - [travis]: https://travis-ci.com/johnfercher/maroto [test]: test.sh