Heroku go-getting-started not running localy -
does know why i'm unable run go-getting-started application localy?
go github.com/heroku/go-getting-started/cmd/... cd $env:gopath/src/github.com/heroku/go-getting-started ps c:\users\xxxx\gocode\src\github.com\heroku\go-getting-started> heroku local [okay] loaded env .env file key=value format [okay] trimming display output 107 columns 11:28:05 pm web.1 | 'go-getting-started' not recognized internal or external command, 11:28:05 pm web.1 | operable program or batch file. [done] killing processes signal null 11:28:05 pm web.1 exited abnormally ps c:\users\xxxx\gocode\src\github.com\heroku\go-getting-started> code .
according heroku dev center:
if see error unrecognized command or “command not found”, $gopath/bin not in $path or trailing ... missing go github.com/heroku/go-getting-started/.... command used during “prepare app”.
make sure $gopath/bin
(in case, c:\users\xxxx\gocode\bin
) in $path
variable. server binary, go-getting-started
, there, need make available command line.
Comments
Post a Comment