Shivam Singh Zendesk Excercise Time Taken: 4-5 Hrs
Project Setup
- Golang
(i) Install Golang. (If using docker than can jump directly to Method 2/3 to run the Golang project).
(ii) Download the archive and extract it into /usr/local.
Shivam Singh Zendesk Excercise Time Taken: 4-5 Hrs
Project Setup
(i) Install Golang. (If using docker than can jump directly to Method 2/3 to run the Golang project).
(ii) Download the archive and extract it into /usr/local.
Shivam Singh Zendesk Take Home Exercise | |
Language/tools used: Golang, ReactJS, Docker, Postman client | |
Time Taken: 2-4 Hours. | |
Project Setup |
#Set these variables in .bash_profile (OS X) file | |
export GOPATH=$HOME/workspace | |
export PATH=$PATH:$GOPATH/bin | |
export PATH=$PATH:$GOROOT/bin |