aboutsummaryrefslogtreecommitdiff
path: root/src/server/templates.go
diff options
context:
space:
mode:
authorAlexander Kavon <hawk@alexkavon.com>2023-11-27 18:15:48 -0500
committerAlexander Kavon <hawk@alexkavon.com>2023-11-27 18:15:48 -0500
commitd7d2b376405d91a201b8b830160458c5dd6df4a9 (patch)
tree8f63b62e9891f183c3d1ad9c903a1c0a0530102e /src/server/templates.go
parent89f8a2741f3cab499957699d33cfe208db1e6d02 (diff)
templates renamed as ui, initial funcs for render and building templates/ui
Diffstat (limited to 'src/server/templates.go')
-rw-r--r--src/server/templates.go9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/server/templates.go b/src/server/templates.go
deleted file mode 100644
index 572633a..0000000
--- a/src/server/templates.go
+++ /dev/null
@@ -1,9 +0,0 @@
-package server
-
-import (
- "html/template"
-)
-
-func buildTemplates(paths ...string) map[string]*template.Template {
- return map[string]*template.Template{}
-}