Move backend to subdir
[brackets.git] / backend / routes / routes.go
diff --git a/backend/routes/routes.go b/backend/routes/routes.go
new file mode 100644 (file)
index 0000000..2df045d
--- /dev/null
@@ -0,0 +1,7 @@
+package routes
+
+import (
+       "net/http"
+)
+
+type Handler func(http.ResponseWriter, *http.Request)