SJC-ML-SHITOLE:~ shitole$ echo $GOPATH
/Users/shitole/work/src/github/scshitole/hello
SJC-ML-SHITOLE:~ shitole$
SJC-ML-SHITOLE:~ shitole$ cd /Users/shitole/work/src/github/scshitole/hello
SJC-ML-SHITOLE:hello shitole$ go build -o terraform-provider-BIGIP
provider.go:4:5: cannot find package "github.com/hashicorp/terraform/helper/schema" in any of:
/usr/local/go/src/github.com/hashicorp/terraform/helper/schema (from $GOROOT)
/Users/shitole/work/src/github/scshitole/hello/src/github.com/hashicorp/terraform/helper/schema (from $GOPATH)
main.go:4:5: cannot find package "github.com/hashicorp/terraform/plugin" in any of:
/usr/local/go/src/github.com/hashicorp/terraform/plugin (from $GOROOT)
/Users/shitole/work/src/github/scshitole/hello/src/github.com/hashicorp/terraform/plugin (from $GOPATH)
SJC-ML-SHITOLE:hello shitole$