-
Notifications
You must be signed in to change notification settings - Fork 114
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
fix package URLs in README.md #8
Conversation
Hey, we should also update the minimum supported version of Go from 1.2 to 1.3 |
@CameronAckermanSEL done |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than my comment around the change for the supported Go version, this looks good.
README.md
Outdated
|
||
## Requirements | ||
|
||
UUID package requires Go >= 1.2. | ||
UUID package requires Go >= 1.3. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this is technically true. We stopped testing 1.2 because of our wanting to continue using coveralls.io, I'm not sure anything in the library itself is broken with < Go 1.2
. Admittedly, because there is no context provided in da9da74 someone may not know why we dropped Go 1.2 support.
We could maybe rephrase this to be more correct, in that this library is only tested against Go 1.3+.
@theckman I have made the requested changes |
The travis ci error was a temporary travis-side error. if you really want you can restart the job. |
fix package URLs in README.md Signed-off-by: Tim Heckman <t@heckman.io>
Fixes #1 i think