Skip to content

Instantly share code, notes, and snippets.

View napster11's full-sized avatar

Shivam Singh napster11

View GitHub Profile

Shivam Singh Zendesk Excercise Time Taken: 4-5 Hrs

Project Setup

  1. 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 Take Home Exercise
Language/tools used: Golang, ReactJS, Docker, Postman client
Time Taken: 2-4 Hours.
Project Setup
@napster11
napster11 / GoSetup
Created July 30, 2016 15:01 — forked from ram-rana-16/GoLang setup
GOlang Setup Environment Linux and OS X
#Set these variables in .bash_profile (OS X) file
export GOPATH=$HOME/workspace
export PATH=$PATH:$GOPATH/bin
export PATH=$PATH:$GOROOT/bin