about summary refs log tree commit diff stats
path: root/internal/endpoints/query.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/endpoints/query.go')
-rw-r--r--internal/endpoints/query.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/internal/endpoints/query.go b/internal/endpoints/query.go
deleted file mode 100644
index c16cfed..0000000
--- a/internal/endpoints/query.go
+++ /dev/null
@@ -1,11 +0,0 @@
-package endpoints // import git.tilde.institute/tilde/api/internal/endpoints
-
-import "net/http"
-
-// Query handles the /<format>/query endpoint.
-// Accept a query param and responds with the appropriate info.
-// 		?pkg=$PACKAGENAME
-func Query(w http.ResponseWriter, r *http.Request, format string) error {
-
-	return nil
-}