Skip to content

Commit

Permalink
Add current package directory to GOPATH. Fixes #184.
Browse files Browse the repository at this point in the history
  • Loading branch information
peterebden committed Feb 24, 2017
1 parent 1e9a565 commit 3fdabf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ func DefaultConfiguration() *Configuration {
config.Docker.RemoveTimeout = cli.Duration(20 * time.Second)
config.Go.CgoCCTool = "gcc"
config.Go.GoVersion = "1.6"
config.Go.GoPath = "$TMP_DIR:$TMP_DIR/src:$TMP_DIR/third_party/go"
config.Go.GoPath = "$TMP_DIR:$TMP_DIR/src:$TMP_DIR/$PKG:$TMP_DIR/third_party/go"
config.Python.PipTool = "pip"
config.Python.DefaultInterpreter = "python"
config.Python.UsePyPI = true
Expand Down

0 comments on commit 3fdabf4

Please sign in to comment.