Go Functions
Jump to navigation
Jump to search
Internal
Overview
Go functions allow variables to be declared, inside the function, with the short variable declaration.
Built-in Functions
Built-in functions are available by default, without importing any package. Their names are predeclared function identifiers.
Length and Capacity
len()
cap()
Built-in functions for type conversions.
DEPLETE THIS
deplete this Go Concepts - Functions