Table of Contents

Go - Alias

About

Aliasing also occurs when:

Aliasing is useful because it allows us to access a variable without using its name, but this is a double-edged sword: to find all the statements that access a variable, we have to know all its aliases.