diff options
author | Doug Black <dblack@twilio.com> | 2014-01-26 13:42:50 -0800 |
---|---|---|
committer | Doug Black <dblack@twilio.com> | 2014-01-26 13:42:50 -0800 |
commit | 5a10edcd157f6a1d16dea18f137ae6f5a87d5001 (patch) | |
tree | 39e26745572f62c9a406038281b16879fa76834b /README.md | |
parent | fix signature (diff) | |
download | sleepy-5a10edcd157f6a1d16dea18f137ae6f5a87d5001.tar.gz sleepy-5a10edcd157f6a1d16dea18f137ae6f5a87d5001.tar.bz2 sleepy-5a10edcd157f6a1d16dea18f137ae6f5a87d5001.zip |
fixes from issues
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -13,9 +13,7 @@ import ( ) type Item struct { - sleepy.PostNotSupported - sleepy.PutNotSupported - sleepy.DeleteNotSupported + sleepy.BaseResource } func (item Item) Get(values url.Values) (int, interface{}) { |