From 1f1580b678ff0b859e0b08e11e10e29f49cd4680 Mon Sep 17 00:00:00 2001 From: Doug Black Date: Mon, 27 Jan 2014 11:14:08 -0500 Subject: export 'method supported' interfaces --- tests/test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/test.go') diff --git a/tests/test.go b/tests/test.go index b36cdb6..fededa1 100644 --- a/tests/test.go +++ b/tests/test.go @@ -18,7 +18,7 @@ func main() { item := new(Item) - var api = new(sleepy.API) + var api = sleepy.NewAPI() api.AddResource(item, "/items") api.Start(3000) -- cgit