Skip to content
TILens What matters today in tech v0.2.0
Theme

Topic - Edition

Go

1 items on 15 Mar 2014
Go Rust

Exported/Unexported Identifiers In Go

Introduction One of the first things I learned about in Go was using an uppercase or lowercase letter as the first letter when naming a type, variable or function. It was explained that when the first letter was…

Source: Ardan Labs Blog