summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--go.mod2
-rw-r--r--main.go1
2 files changed, 2 insertions, 1 deletions
diff --git a/go.mod b/go.mod
index c27135e..f3a691d 100644
--- a/go.mod
+++ b/go.mod
@@ -1,3 +1,3 @@
module ricketyspace.net/peach
-go 1.18
+go 1.19
diff --git a/main.go b/main.go
index d1eb88a..fe37cad 100644
--- a/main.go
+++ b/main.go
@@ -25,6 +25,7 @@ var peachPort = flag.Int("p", 8151, "Port to run peach on")
var peachAddr = ""
// Holds static content.
+//
//go:embed templates static/peach.min.css
//go:embed static/font/roboto-flex.ttf
//go:embed static/logo/peach-*.png