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

cli/README.md: add src after GOPATH #625 #633

Merged
merged 2 commits into from
Jan 9, 2018

Conversation

kingslef
Copy link
Contributor

@kingslef kingslef commented Jan 9, 2018

Zally should be cloned in $GOPATH/src, and not to $GOPATH, as per
golang/dep#911. Otherwise dep won't work:

$ cd $GOPATH/github.com/zalando/zally/cli/zally/
$ dep ensure
root project import: $GOPATH/github.com/zalando/zally/cli/zally is not within any GOPATH/src

where as $GOPATH/src/github.com/zalando/zally/cli/zally does work with dep.

Related to #625.

Zally should be cloned in `$GOPATH/src`, and not to `$GOPATH`, as per
golang/dep#911. Otherwise dep won't work:

```
$ cd $GOPATH/github.com/zalando/zally/cli/zally/
$ dep ensure
root project import: $GOPATH/github.com/zalando/zally/cli/zally is not within any GOPATH/src
```

where as `$GOPATH/src/github.com/zalando/zally/cli/zally` does work with dep.
Copy link
Contributor

@netme netme left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for fixing it up!

@@ -11,7 +11,7 @@ Just make sure that an issue describing the bug or feature does not already exis
## Pull Requests
Follow these steps to contribute your work to Zally:

1. [Open an issue](https://github.com/zalando/zally/issues) describing the problem or proposed feature. Ask maitainers (in the issue thread) to assign the issue to you so we know who is working on what.
1. [Open an issue](https://github.com/zalando/zally/issues) describing the problem or proposed feature. Ask maintainers (in the issue thread) to assign the issue to you so we know who is working on what.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch!

@codecov-io
Copy link

codecov-io commented Jan 9, 2018

Codecov Report

Merging #633 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #633   +/-   ##
=========================================
  Coverage     83.31%   83.31%           
  Complexity      816      816           
=========================================
  Files           151      151           
  Lines          2218     2218           
  Branches        308      308           
=========================================
  Hits           1848     1848           
  Misses          234      234           
  Partials        136      136

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a0908ea...169ba7d. Read the comment docs.

@netme
Copy link
Contributor

netme commented Jan 9, 2018

👍

@netme
Copy link
Contributor

netme commented Jan 9, 2018

@maxim-tschumak , @mfellner could you please give another 👍 ?

@maxim-tschumak
Copy link
Contributor

@kingslef thanks!

@maxim-tschumak
Copy link
Contributor

👍

@netme netme merged commit 92b5cd3 into zalando:master Jan 9, 2018
@kingslef kingslef deleted the fix/cli-readme-gopath branch January 9, 2018 17:17
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