Pointers are a fundamental but often dreaded concept in every programming language that supports them. Luckily for us, Go makes working with pointers straightforward and safe. In this article, we will demystify pointers in Go. You'll learn: What poi...| freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
The Largest Collection of Pre-Compiled Go Static Binaries| Package Forge
Creating a custom linter can be a great way to enforce coding standards and detect code smells. In this tutorial, we'll use Sylver's, a source code query engine to build a custom Golang linter in just a few lines of code. Sylver's main interface is a...| Geoffrey Copin's blog