Skip to content

Files

Latest commit

fea9df2 · Dec 18, 2017

History

History

25-go-parser

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 12, 2017
Dec 18, 2017

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: