#golang Guide: A List of Top Golang Frameworks, IDEs & Tools
Interesting List of Web/API Frameworks, Tools and IDE’s for GO developers https://medium.com/@quintinglvr/golang-guide-a-list-of-top-golang-frameworks-ides-tools-e7c7866e96c9 Share This:
Golang News, Libraries, Jobs and Tutorials
Golang News, Libraries and Jobs for Go Developer's
Interesting List of Web/API Frameworks, Tools and IDE’s for GO developers https://medium.com/@quintinglvr/golang-guide-a-list-of-top-golang-frameworks-ides-tools-e7c7866e96c9 Share This:
Ssmartcrop finds good image crops for arbitrary sizes. It is a pure Go implementation, based on Jonas Wagner’s smartcrop.js https://github.com/muesli/smartcrop Share This:
Realize is the Go tool that is focused to speed up and improve developers workflow. https://github.com/tockins/realize Automate your work pipeline, integrate additional tools of third party,...
What is TiDB? https://github.com/pingcap/tidb TiDB (The pronunciation is: /’taɪdiːbi:/ tai-D-B, etymology: titanium) is a distributed SQL database. Inspired by the design of Google F1 and Google...
A simple, easy to use email library for Go (golang). Full attachment support (attach anything that implements io.Reader) Send to multiple addresses at the same time, including...
Cobra is both a library for creating powerful modern CLI applications as well as a program to generate applications and command files. https://github.com/spf13/cobra Cobra is a...
Nice article about Go’s scheduler job to distribute runnable goroutines over multiple worker OS threads that runs on one or more processors. https://rakyll.org/scheduler/ Share This:
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...
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...