PQ not maintained anymore : "github.com/lib/pq" SQLC - SQL compilers Masterminds/Squirrel Database/Sql Jackc/pgx Linter is a tool that analyzes source code to flag programming errors, bugs, stylistic errors, and suspicious constructs. go install golang.org/x/tools/go/analysis/passes/shadow/cmd/shadow go vet -vettool=$(which shadow) There are more than 50 linters in Go programming language. However, only few are useful. Most common … Continue reading golang packages and tools
Category: Developer Tools
GoLang http notes
Some of the notes from http package of golang
Online Regex Tool
In this post, I will add my notes related to regex use in day to day development.
How to create go.mod file for a go project
On this post, I have added my notes to create go.mod file for a go project