Skip to content

Commit

Permalink
Merge pull request #11 from heimonsy/master
Browse files Browse the repository at this point in the history
Compatible Go1.4
  • Loading branch information
rogpeppe committed Jul 31, 2015
2 parents 8c4f05c + 6a2832d commit ea14e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion godef.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ func init() {
}
r := runtime.GOROOT()
if r != "" {
gopath = append(gopath, r+"/src/pkg")
gopath = append(gopath, r+"/src/pkg", r+"/src")
}
types.GoPath = gopath
}
Expand Down

0 comments on commit ea14e80

Please sign in to comment.