Slide 16
Slide 16 text
Other unusual things
• Goroutine
• Uninitialized var will be zero valued
• Only one loop construct and no ternary if
• Dependency can’t be circular
• Usually only one workspace
• Dependency management problem
• No function argument default value
• Unusual method construct