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

Update readme about the version of gin #1494

Merged
merged 1 commit into from
Aug 17, 2018

Conversation

chainhelen
Copy link
Contributor

@chainhelen chainhelen commented Aug 17, 2018

A little change in readme, nothing about code.

@codecov
Copy link

codecov bot commented Aug 17, 2018

Codecov Report

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

Impacted file tree graph

@@           Coverage Diff           @@
##           master    #1494   +/-   ##
=======================================
  Coverage   99.15%   99.15%           
=======================================
  Files          36       36           
  Lines        1894     1894           
=======================================
  Hits         1878     1878           
  Misses         13       13           
  Partials        3        3

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 f5451bd...837c55f. Read the comment docs.

@@ -100,7 +100,7 @@ $ mkdir -p $GOPATH/src/github.com/myusername/project && cd "$_"

```sh
$ govendor init
$ govendor fetch github.com/gin-gonic/gin@v1.2
$ govendor fetch github.com/gin-gonic/gin@v1.3
Copy link
Member

Choose a reason for hiding this comment

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

should be v1.3.0

Copy link
Contributor Author

@chainhelen chainhelen Aug 17, 2018

Choose a reason for hiding this comment

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

@thinkerou
I was going to change it into v1.3.0, but I read the doc of govendor, like below

govendor fetch golang.org/x/net/context@v1   # Get latest v1.*.* tag or branch.

And I have try v1.3, it is ok.
So I think v1.3 is better than v1.3.0

Copy link
Member

Choose a reason for hiding this comment

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

@chainhelen you are right, because govendor have version and versionExact.

@thinkerou thinkerou merged commit f856aa8 into gin-gonic:master Aug 17, 2018
salamer pushed a commit to salamer/gin that referenced this pull request Aug 18, 2018
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.

2 participants