go-macaroon / macaroon

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

use quicktest not gocheck #28

Closed rogpeppe closed 6 years ago

rogpeppe commented 6 years ago

Quicktest uses less dependencies and is just a thin layer over the standard testing framework. We add a Macaroon.Equal method to make it easier to compare macaroons without using unexported fields (this may be useful externally too).

Also add a go.mod file.