Our great sponsors
-
-
Uses the gioui golang framework that’s here : https://gioui.org/
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
grex
A command-line tool and Rust library for generating regular expressions from user-provided test cases
A while ago I was looking for a Go version of this CLI tool https://github.com/pemistahl/grex
-
-
adventofcode
Advent of Code solutions of 2015, 2016, 2017, 2018, 2019, 2020, 2021 and 2022 in Scala (by sim642)
It’s not exactly what you asked for but I find https://adventofcode.com to be a fun way to learn a new language. I tried to solve all the puzzles in Rust last year for my first ever Rust project and loved it.
-
Have you tried Gorm?
-
Did you consider embedding some kind of jq?
-
SonarLint
Clean code begins in your IDE with SonarLint. Up your coding game and discover issues early. SonarLint is a free plugin that helps you find & fix bugs and security issues from the moment you start writing code. Install from your favorite IDE marketplace today.
-
For building Go binaries from a running Go application, would this fit the bill? https://github.com/traefik/yaegi
Related posts
- Why use Rust on the backend?
- Looking for library recommendations: Django -> Golang port
- Dockerized RESTful API Application in Go: CRUD,ORM,Logs,Migrations,Validations
- ORM or no ORM (and which ones)?
- Go is also able to use objects to operate databases. Many users have commented that this ensures robustness in the code