go-getting-started : Landing-Page-Dikte.in Running Locally Make sure you have Go installed. $ go get -u github.com/msopyan/dikte-golang $ cd $GOPATH/src/github.com/msopyan/dikte-golang $ local Your app should now be running on localhost:5000. Deploying $ heroku create $ git push origin master $ open