exploring function parameter types with Go tooling

Oct 20, 2023

https://eli.thegreenplace.net/2022/exploring-function-parameter-types-with-go-tooling/

Takes the reader through a simple task with golang AST tooling, but takes it all the way through from question to program that analyzes another go program. Useful intro to golang tooling.

↑ up