-
Writing custom and useful go/analysis linter for Go
We’re going to write useful linter for Go using go/analysis. Then we will integrate it into go vet and golangci-lint. What to lint Let’s find all printf-like functions that don’t end with f. It’s the Go convention to name such functions with f at the end: fmt.Sprintf, fmt.Errorf, fmt.Printf, fmt.Fprintf, fmt.Scanf, ...
More like this (3)
-
Deploy Serverless Golang Functions with Netlify
Deploying Serverless Go Functions with Netlify — It’s a bit convoluted, but the end process of...
-
loeffel-io/ls-lint
ls-lint: A Fast File and Directory Name Linter — Written in Go but clearly aimed at...
-
Quick Start: Deleting MongoDB Documents with Go
▶ Hwo to Delete MongoDB Documents with Go — Learn how to delete MongoDB documents and drop...