Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

prefer filepath.Join() to string concatenation #9

Closed
wants to merge 7 commits into from
Closed

prefer filepath.Join() to string concatenation #9

wants to merge 7 commits into from

Conversation

bfallik
Copy link

@bfallik bfallik commented May 7, 2014

This resolves a bug on OSX in lookupDir() where os.GetWd() returned a
path with trailing slash and the existing string concatenation yielded
2 consecutive slashes, causing the lookup to fail. I also fixed a few
other spots where Join() should be used.

bfallik and others added 7 commits May 7, 2014 11:37
This resolves a bug on OSX in lookupDir() where os.GetWd() returned a
path with trailing slash and the existing string concatenation yielded
2 consecutive slashes, causing the lookup to fail. I also fixed a few
other spots where Join() should be used.
goven would rewrite import paths in existing codebase of the form
    /_vendor/src/foo

which is wrong.
@xbeta
Copy link

xbeta commented Aug 5, 2014

👍
Can this be merged? I have the same issue on OSX

@kr
Copy link
Owner

kr commented Aug 5, 2014

At this point, I strongly recommend using https://github.com/tools/godep instead of goven. It's better in almost every way. Running godep save -r is similar to what goven does.

I've been planning to add a note to this repo directing people to godep instead.

@kr
Copy link
Owner

kr commented Aug 5, 2014

Goven is deprecated. Closing all issues.

I'm advising people to use godep instead.

@kr kr closed this Aug 5, 2014
@xbeta
Copy link

xbeta commented Aug 6, 2014

@kr Thx! I guess you are moving on and good luck to you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants