Made a library? Written a blog post? Found a useful tutorial? Share it with the Go community here or just enjoy what everyone else has found!
Alloy is a starter template for creating web applications using Go programming language.
It does not aim to be a web framework but is instead a collection of useful libraries and packages that acts a sensible starting point.
Creating serverless Slack commands in minutes with Go & Up
This post walks through the creation of a serverless Slack command written in Golang, and deployed to AWS Lambda in seconds with Up.
Go does not support inheritance, however it does support composition https://golangbot.com/inheritance/
For those new to Golang, here is a pretty popular Go Programming Book
Understanding mutexes, solving race condition using mutexes and channels https://golangbot.com/mutex/
https://golangbot.com/select/ Learn how select statement works and also get to know the practical use of select.