Title: Standard Go Environment Readiness Desc: aah framework does not have any specific prerequisites, it's a standard Go language environment. Keywords: environment readiness, prerequisites, go lang environment
aah does not have any specific prerequisites, it's a standard Go language environment readiness.
Follow the Go official installation guide. There are plenty of contribution around the internet for Go installation. Few pointers from official guide.
Don't forget to add your bin
directory on the PATH
.
# On *nix operating system
# Set value and then open new terminal session to reflect your change.
echo 'export PATH=$PATH:$GOPATH/bin' >> $HOME/.profile
There are plenty of contribution around the internet for Git installation on various platform.
- The Git official guide - Linux, Mac OS and Windows