From 6e1aef4b31cccbed39df7debe3c47918d9725911 Mon Sep 17 00:00:00 2001 From: Bruno Bigras Date: Wed, 9 Apr 2014 17:26:16 -0400 Subject: [PATCH] Fix typo: null -> nil in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37bc692..93d6b60 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This library is considered production ready. Feedback and feature requests are return myLookupKey(token.Header["kid"]) }) - if err == null && token.Valid { + if err == nil && token.Valid { deliverGoodness("!") } else { deliverUtterRejection(":(")