From 1f9d63d6293da5c715fbc028dcb3ace0ec86ade8 Mon Sep 17 00:00:00 2001 From: Twirrim Date: Sun, 3 Apr 2016 07:57:08 -0700 Subject: [PATCH] Minor tweak to README, missing "fmt" import Line 26 uses fmt, but it wasn't in the import list. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index be530dd..3ebc5e4 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,7 @@ Below is a simple example, for a full example [see here](https://github.com/go-p package main import ( + "fmt" "net/http" "github.com/go-playground/lars"