Concourse is a pipeline-based CI system written in #golang
https://concourse.ci/
Golang News, Tutorials, Go Libraries and Golang Jobs
https://concourse.ci/
Learning by doing is mostly done via reading a good book (and of course a good blog ;-)). Here is a well maintained list of English #golang books: https://github.com/vladimirvivien/GoBooks And here a blog post with another list: https://hackerlists.com/free-go-programming-books/
Very interesting Blog Post from Shiju Varghese about gRPC and Protocol Buffer based High Performance APIs. Read Medium Blog Post
An interesting blog post about “How to use slice capacity and length in Go”: https://www.calhoun.io/how-to-use-slice-capacity-and-length-in-go/
csvtk is a cross-platform, efficient, practical and pretty CSV/TSV toolkit with the following features: Features Cross-platform (Linux/Windows/Mac OS X/OpenBSD/FreeBSD) Light weight and out-of-the-box, no dependencies, no compilation, no configuration Fast, multiple-CPUs supported Practical functions supported by N subcommands Support STDIN and gziped input/output file, easy being used in pipe Most of the subcommands support unselecting […]
Heard a lot about #Golang the last months, but don’t know, who/what projects are using it ? Take a look on this overview on some important projects based on Go: https://github.com/lk-geimfari/awesomo/blob/master/languages/GOLANG.md
Dry is a #golang based terminal application to manage Docker containers and images. It aims to be an alternative to the official Docker CLI when it is needed to repeatedly execute commands on existing containers and images, and also as a tool to monitor Docker containers from a terminal. http://moncho.github.io/dry/