From c60cc1e97e7c8af2cbf5c122717035c7f48aae24 Mon Sep 17 00:00:00 2001 From: Doug Black Date: Mon, 27 Jan 2014 12:09:18 -0500 Subject: formatting and use 'errors' --- tests/test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test.go') diff --git a/tests/test.go b/tests/test.go index fededa1..6e0d936 100644 --- a/tests/test.go +++ b/tests/test.go @@ -1,11 +1,11 @@ package main import ( - "net/url" "github.com/dougblack/sleepy" + "net/url" ) -type Item struct {} +type Item struct{} func (item Item) Get(values url.Values) (int, interface{}) { items := []string{"item1", "item2"} -- cgit