Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 809 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 809 Bytes

What's the most common local and global variable name and in the Go stdlib?

The second episode of the miniseries on program analysis covers go/scanner and ASTs to answer a similar question to the previous episode.

What is the most common name, but this time not for all identifiers but comparing those of local variables versus those that are defined at package leve.

References: