From 48199626d0c7697f707c08ee99356057c551676d Mon Sep 17 00:00:00 2001 From: Frank Cash Date: Tue, 28 Aug 2018 09:51:33 -0600 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de8284b..407fbcc 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # macaroon --- - import "gopkg.in/macaroon.v2" + +```go +import "gopkg.in/macaroon.v2" +```` The macaroon package implements macaroons as described in the paper "Macaroons: Cookies with Contextual Caveats for Decentralized Authorization in the Cloud"