From 513d02454d9f0c71a3194aaa24f7e7754597e431 Mon Sep 17 00:00:00 2001 From: Doug Black Date: Sun, 26 Jan 2014 10:54:48 -0800 Subject: fix signature --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 581fdda..5447f30 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ type Item struct { sleepy.DeleteNotSupported } -func (item Item) Get(values ...url.Values) (int, interface{}) { +func (item Item) Get(values url.Values) (int, interface{}) { items := []string{"item1", "item2"} data := map[string][]string{"items": items} -- cgit