Skip to content

README.md directs users to import using gopkg.in

Compare
Choose a tag to compare
@karrick karrick released this 09 Nov 14:57
· 178 commits to master since this release

Update to project README.md file recommending that users import this project using gopkg.in style import statements for both V1 and V2 of this library.

This is because V2 was released prior to the proposal to add package version support to the Go toolchain, which requires library authors to leave V1 code in the top level directory of the repository, and create a v2 directory for V2 of the library.