[go-nuts] Re: Supervisor Golang app

2016-11-30 Thread gnikosn
Thank's you very much Τη Τρίτη, 29 Νοεμβρίου 2016 - 8:03:09 μ.μ. UTC+2, ο χρήστης gni...@gmail.com έγραψε: > > Hi my environment variables are : > > GOPATH="/root/work" > > > GOROOT="/usr/local/go" > > and my supervisor of my app are : > > [program:appname] > > command=/work/bin/appname > > aut

[go-nuts] Re: Supervisor Golang app

2016-11-29 Thread Diego Medina
Hi, it isn't finding the actual binary of your go app. The binary could be in one of two places, if you run go install it goes to $GOPATH/bin which is /root/work/bin if you did go build, it is at the root of your project directory Hope that helps. On Tuesday, November 29, 2016 at 1:03:09