From 777761a8a1be2a8eef9f360ddede7d4dbc7684d2 Mon Sep 17 00:00:00 2001 From: Doug Black Date: Sat, 25 Jan 2014 14:38:03 -0800 Subject: update README --- tests/test.go | 6 ------ 1 file changed, 6 deletions(-) (limited to 'tests/test.go') diff --git a/tests/test.go b/tests/test.go index 53c7f9e..4610f3d 100644 --- a/tests/test.go +++ b/tests/test.go @@ -15,12 +15,6 @@ func (b Bar) Get(values ...url.Values) (int, interface{}) { return 200, map[string]string{"hello": "goodbye"} } -type Baz struct { - sleepy.PostNotSupported - sleepy.PutNotSupported - sleepy.DeleteNotSupported -} - func main() { bar := new(Bar) -- cgit