Last updated
Last updated
Uppercase functions are exported for package
No overloading
e.g
If all same type can omit types
Can do if all same type
Neccessary for error handling as often return (val, err)
Don't return, just set vars
defer is put on a stack and done in LIFO order at end of ft scope
Uses?
defer closing of database and files
vars have value frozen