A scalable, performant, rapid development Web framework for #golang
aah framework makes it easy to build scalable web apps and mobile apps API with Go language. Framework goal is to achieve rapid, highly configurable, very...
Golang News, Libraries and Jobs for Go Developer's
aah framework makes it easy to build scalable web apps and mobile apps API with Go language. Framework goal is to achieve rapid, highly configurable, very...
cronsun is a distributed golang based cron-style job system. It’s similar with crontab on stand-alone *nix. https://github.com/shunfei/cronsun Purpose The goal of this project is to make...
https://github.com/rqlite/rqlite rqlite is a distributed relational database, which uses SQLite as its storage engine. rqlite uses Raft to achieve consensus across all the instances of the SQLite databases, ensuring that every...
Cool Blog Post about writing a static blog generator with Go. https://zupzup.org/static-blog-generator-go/ A static-site-generator is a tool which, given some input (e.g. markdown) generates a fully...
A Golang tool that does static analysis, unit testing, code review and generate code quality report. This is a tool that concurrently runs a whole bunch...
https://github.com/jung-kurt/gofpdf Package gofpdf implements a PDF document generator with high level support for text, drawing and images. Features Choice of measurement unit, page format and margins...
https://github.com/omeid/gonzo File Processing Framework based on Go Pipelines. Design Gonzo is made up of File, Context, Stages, and Pipes. File File is an interface that mimics os.File...
Drone is a golang based Continuous Delivery system built on container technology. Drone uses a simple yaml configuration file, a superset of docker-compose, to define and...
http://blog.sgmansfield.com/2017/04/nanolog-super-fast-logging-for-go/ Nanolog is super fast, as low as 70ns to log a line, and works with concurrent loggers. It uses a somewhat different model than most...
https://github.com/TykTechnologies/tyk Tyk is a lightweight, open source API Gateway and Management Platform enables you to control who accesses your API, when they access it and how...