Subject: Go vet can't go: How to create your own Go analyzer?
Date: September 30, 2026, 01:00 PM UTC+1
Description:
A static analyzer is a powerful dev tool, and any Go developer who has worked with go vet knows it. But what if its capabilities aren't enough? Would you look for a new tool, or... build your own?
In this live talk, PVS-Studio's Developer Advocate walks through Go's built-in tools and code-parsing capabilities, explains the basics of static analysis, unpacks what a semantic model is, shows how to build a syntax tree, and much more.
The end goal? Build your own static analyzer, tailored to catch what matters most in your projects.
Webinars not your thing? Try static analysis!
Subject: Go-Go-Gadg...Error? A closer look at the mistakes Go developers make!
Date: August 27, 2026
Description: Mistakes happen in Go code just like in any other language: typos, duplicates, broken condition checks, and so on. But why do they still slip through? After all, many teams use tools like go vet,...