forked from golang/dep
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dep: add Ctx.SetPaths() ctx.DetectProjectGOPATH()
*Ctx.SetPaths() takes the working directory and any number of strings representing GOPATHs. If no GOPATHs are passed, it will read the environment variables to detect the GOPATH. Otherwise, it will fallback to defaultGOPATH(). *Ctx.DetectProjectGOPATH() take a *dep.Project and attempts to detect the containing GOPATH for the project from Ctx.GOPATHs. Signed-off-by: Ibrahim AshShohail <[email protected]>
- Loading branch information
Showing
4 changed files
with
121 additions
and
140 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.