I am trying to deploy my Go App on heroku, for which I am using Godep as build pack. After installing godep using the command
go get github.com/tools/godep
when I try to run
godep save
I am getting the error which states that 'godep' is not recognised as an internal or external command.
Below is my env variables.
Can someone please point out where I am going wrong ?