This repository was archived by the owner on Mar 6, 2020. It is now read-only.

Description
gb list returns an empty output, not sure what we'll need to further debug. Will update the issue as I investigate further.
Example:
$ gb list
$ echo $?
0
$ gb info
GB_PROJECT_DIR="/Users/gosuri/code/ovrclk/walker"
GB_SRC_PATH="/Users/gosuri/code/ovrclk/walker/src:/Users/gosuri/code/ovrclk/walker/vendor/src"
GB_PKG_DIR="/Users/gosuri/code/ovrclk/walker/pkg/darwin-amd64"
GB_BIN_SUFFIX="-darwin-amd64"
GB_GOROOT="/usr/local/Cellar/go/1.5.2/libexec"
$ go env
GOARCH="amd64"
GOBIN=""
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/gosuri/code/go"
GORACE=""
GOROOT="/usr/local/Cellar/go/1.5.2/libexec"
GOTOOLDIR="/usr/local/Cellar/go/1.5.2/libexec/pkg/tool/darwin_amd64"
GO15VENDOREXPERIMENT=""
CC="clang"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fno-common"
CXX="clang++"
CGO_ENABLED="1"