aboutsummaryrefslogtreecommitdiffstats
path: root/page.go
diff options
context:
space:
mode:
authorEddy Pedroni <eddy@0xf7.com>2020-01-25 18:35:06 +0100
committerEddy Pedroni <eddy@0xf7.com>2020-01-25 18:35:06 +0100
commitce81b97e80ada42a223a7fd45c5abaa5c9667d75 (patch)
tree969e4c13e215b54a730f13d2aa36746165219c09 /page.go
parent282405f468f43c0a0b6fbffc57924e609c0cce36 (diff)
Added entry processing, stubs for page processing, basic utils, empty main
Diffstat (limited to 'page.go')
-rw-r--r--page.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/page.go b/page.go
new file mode 100644
index 0000000..207a80b
--- /dev/null
+++ b/page.go
@@ -0,0 +1,7 @@
+package main
+
+/*
+ * This file contains all the code related to turning entries into HTML pages
+ */
+type Renderer interface {
+}