56. Go - Exported Names

When wanting to use variables or functions or types outside of a package, the name must start with a capital letter.

Example:

func TestFunc() {
    do something
}


Comments

Popular posts from this blog

2. FreeCodeCamp - Dynamic Programming - Learn to Solve Algorithmic Problems & Coding Challenges

20. Data Analytics - Analyze Data to Answer Questions - Week 1

3. Algorithms - Selection Sort