go-macaroon / macaroon

A native Go implementation of macaroons
BSD 3-Clause "New" or "Revised" License
182 stars 24 forks source link

README out of date for v2 #26

Closed tyzbit closed 6 years ago

tyzbit commented 6 years ago

The README has -- import "gopkg.in/macaroon.v1" on the v2 branch.

This should probably be -- import "gopkg.in/macaroon.v2"