aboutsummaryrefslogtreecommitdiff
path: root/cmd/within.website/dev.go
diff options
context:
space:
mode:
authorXe <me@christine.website>2022-12-29 15:11:17 -0500
committerXe <me@christine.website>2022-12-29 15:11:17 -0500
commitfeb3e3d732ac238c5f8a358aeac36237db71060d (patch)
tree264c07197f181056a9941e1fff6771c361414169 /cmd/within.website/dev.go
parent23751f755b0eeba2588d029aefe32810369faac1 (diff)
downloadx-feb3e3d732ac238c5f8a358aeac36237db71060d.tar.xz
x-feb3e3d732ac238c5f8a358aeac36237db71060d.zip
add aegis
Signed-off-by: Xe <me@christine.website>
Diffstat (limited to 'cmd/within.website/dev.go')
-rw-r--r--cmd/within.website/dev.go7
1 files changed, 0 insertions, 7 deletions
diff --git a/cmd/within.website/dev.go b/cmd/within.website/dev.go
deleted file mode 100644
index 1417c41..0000000
--- a/cmd/within.website/dev.go
+++ /dev/null
@@ -1,7 +0,0 @@
-//+build dev
-
-package main
-
-import "net/http"
-
-var assets http.FileSystem = http.Dir("./static")