Abstract


Installation

brew install go

Application installed by Go accessible from terminal

  • Make sure the Go application path $HOME/go/bin is included in the $PATH environment variable

Go Slice


  • Wrapper around Array to give a more general, powerful and convenient interface to sequences of data. It is basically Dynamic Array