From 5a10edcd157f6a1d16dea18f137ae6f5a87d5001 Mon Sep 17 00:00:00 2001 From: Doug Black Date: Sun, 26 Jan 2014 13:42:50 -0800 Subject: fixes from issues --- tests/test.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'tests/test.go') diff --git a/tests/test.go b/tests/test.go index 070d4b6..d3f414c 100644 --- a/tests/test.go +++ b/tests/test.go @@ -6,9 +6,7 @@ import ( ) type Bar struct { - sleepy.PostNotSupported - sleepy.PutNotSupported - sleepy.DeleteNotSupported + sleepy.BaseResource } func (b Bar) Get(values url.Values) (int, interface{}) { -- cgit