go: creating pdf documents

A Maroto way to create PDFs. Maroto is inspired in Bootstrap and uses Gofpdf. Fast and simple. Maroto definition: Brazilian expression, means an astute/clever/intelligent person. Art by @marinabankr You can write your PDFs …

go-pretty

go-pretty: Utilities to prettify console output of tables, lists, progress-bars, text, etc. with a heavy emphasis on customization. Execute go run github.com/jedib0t/go-pretty/v6/cmd/demo-table@latest colors to get:

fyne

Fyne is an easy-to-use UI toolkit and app API written in Go. It is designed to build applications that run on desktop and mobile devices with a single codebase. To develop …

env

env: A simple, zero-dependencies library to parse environment variables into structs.

DarwinKit: Native Apple APIs for Golang!

DarwinKit: Native Apple APIs for Golang! DarwinKit lets you work with supported Apple frameworks and build native applications using Go. With XCode and Go 1.18+ installed, you can write this program in …

Notify

Notify was born out of my own need to have my API servers running in production be able to notify me when critical errors occur. Of course, Notify can be used for any …

ZeroMQ

ZeroMQ: An open-source universal messaging library. ZeroMQ (also known as ØMQ, 0MQ, or zmq) looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets …