diff options
author | siddharth ravikumar <s@ricketyspace.net> | 2022-12-26 15:30:55 -0500 |
---|---|---|
committer | siddharth ravikumar <s@ricketyspace.net> | 2022-12-26 15:30:55 -0500 |
commit | aace3cc71f0adf82f2a588b432c8bfbdbceadc92 (patch) | |
tree | d23534d72f6376d8113e18d6ae847bca11132981 /main.go | |
parent | eb6114ce8c8f1ed67179fb601e6344df3c1bf85e (diff) |
go.mod: upgrade to go 1.19
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |