From 6d35d9577e1ff46adce41209051dd737bc98e35b Mon Sep 17 00:00:00 2001 From: Doug Black Date: Mon, 27 Jan 2014 12:10:07 -0500 Subject: update README --- README.md | 1 - 1 file changed, 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 19e2b32..9b4d7e3 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,6 @@ type Item struct { } func (item Item) Get(values url.Values) (int, interface{}) { items := []string{"item1", "item2"} data := map[string][]string{"items": items} - return 200, data } -- cgit