Exported Names
Variables and methods are only exported from a package if their name is capitalised
math.pi // Error
math.Pi // Success
Variables and methods are only exported from a package if their name is capitalised
math.pi // Error
math.Pi // Success