# Go Tutorial
Open Source Chicago - Jam Session 2019-11-09
Repo: https://github.com/jdolitsky/oscdemo
https://en.wikipedia.org/wiki/Go_(programming_language)
## Installing Go
Official: https://golang.org/doc/install
Mac guide: https://sourabhbajaj.com/mac-setup/Go/README.html
## Why do people use Go?
vs. Python, Ruby, Node.js?
See https://medium.com/@carloslfu/5-reasons-to-use-golang-b7036b395f27
* (add your reason)premee
## Simple program
```python
def plusFive(a):
if typeof(a)