[go-nuts] Go Modules cheat sheet

2021-05-01 Thread ean...@gmail.com
After somewhat regularly looking up the magic invocation to add, remove, upgrade dependencies, I decided to create a simple cheat sheet with the most important Go modules concepts. You can find it here: https://encore.dev/guide/go.mod Sharing it here in case it's useful to others. Improvements

[go-nuts] [ANN] Encore v0.17 is out — The fastest way to build Go backends

2021-09-20 Thread ean...@gmail.com
Hey everyone, we've just released Encore v0.17 ! For those who don't know, Encore is an open-source Go framework for building cloud backends and distributed systems. It's the most productive way of getting your backend application develo

[go-nuts] Taming SQL and ORMs with sqlc — go get it #001

2022-04-28 Thread ean...@gmail.com
We’ve just started a new article series about excellent Go packages and tools that you might not have heard about called "go get it". First out is an article about sqlc, an awesome tool for managing database queries. Check it out here . Would love your