Get the latest tech news
Writing secure Go code
What does it mean to keep security in mind when writing Go code? Answering this question in one short article seems impossible. For this reason, we will narrow it down to a few specific practices.
Even though we don’t use the latest and greatest language features, bumping the Go version gives us all security patches for discovered vulnerabilities. We will do deeper code analysis, show examples, and fix security and performance issues in upcoming articles. Detecting race conditions and designing concurrent code is a vast and exciting topic that we will discuss in the future.
Or read this on Hacker News