This shell script will set enviroment for golang when you work with each project like virtualenv for python. Using:
- put "activate" file into root of your project
- set +x to "activate" file: sudo chmod +x ./activate
- Active enviroment: source activate
- Deactive enviroment: deactivate