Skip to content

Latest commit

 

History

History

25-go-parser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

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: