Skip to content

Instantly share code, notes, and snippets.

@jamland
Created August 5, 2013 09:16
Show Gist options
  • Save jamland/6154543 to your computer and use it in GitHub Desktop.
Save jamland/6154543 to your computer and use it in GitHub Desktop.
Intergalactic:goab andy$ go env
GOARCH="amd64"
GOBIN=""
GOCHAR="6"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/andy/Sites/gocode"
GORACE=""
GOROOT="/usr/local/Cellar/go/1.1.1"
GOTOOLDIR="/usr/local/Cellar/go/1.1.1/pkg/tool/darwin_amd64"
CC="gcc"
GOGCCFLAGS="-g -O2 -fPIC -m64 -pthread -fno-common"
CGO_ENABLED="1"
Intergalactic:goab andy$
@jamland
Copy link
Author

jamland commented Aug 5, 2013

Intergalactic:app andy$ go run api.go -v=2 -logtostderr
../taskqueue/queue.go:10:2: cannot find package "github.com/golang/glog" in any of:
/usr/local/Cellar/go/1.1.1/src/pkg/github.com/golang/glog (from $GOROOT)
/Users/andy/Sites/gocode/src/github.com/golang/glog (from $GOPATH)
Intergalactic:app andy$

@jamland
Copy link
Author

jamland commented Aug 5, 2013

Intergalactic:app andy$ go run worker.go -v=2 -logtostderr
I0805 12:23:34.386586 46430 context.go:390] worker] worker started using config ./config/dev.json
E0805 12:23:34.397693 46430 context.go:398] worker] NoticesQueue.Process failed: dial tcp 127.0.0.1:6379: connection refused
exit status 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment