From 3791fadda7b761ffba38c567da29e2e71acd1dfb Mon Sep 17 00:00:00 2001 From: Steve Date: Mon, 19 Dec 2016 11:19:53 -0800 Subject: [addons] Creating foundation for plugin-like system "Addons" (#24) * adding addons dir and sample addon which enables the use of a new input element in forms for referencing other content. "addons" is a conceptual plugin-like feature, similar to wordpress "plugins" dir, but not as sophisticated --- system/api/server.go | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'system/api/server.go') diff --git a/system/api/server.go b/system/api/server.go index 823ec16..f31a748 100644 --- a/system/api/server.go +++ b/system/api/server.go @@ -1,8 +1,6 @@ package api -import ( - "net/http" -) +import "net/http" // Run adds Handlers to default http listener for API func Run() { -- cgit v1.2.3