yudai / gojsondiff

Go JSON Diff
Other
535 stars 81 forks source link

gopkg.in compatibility #11

Closed gavv closed 7 years ago

gavv commented 7 years ago

Hi,

Would you mind to use vN.M.K instead of N.M.K for tag names, e.g. v1.0.0? This way, it would be possible to use gopkg.in to import stable release, like this:

import "gopkg.in/yudai/gojsondiff.v1"

(see http://gopkg.in/yudai/gojsondiff.v1)

You could also add this example to your README.

Notes:

/link https://github.com/gavv/httpexpect/issues/33 https://github.com/gavv/httpexpect/pull/34

yudai commented 7 years ago

Thanks for the comment. I forgot to add v to the version number. Added a new tag with v.

gavv commented 7 years ago

Great, thanks.