diff options
| author | Xe <me@christine.website> | 2022-12-29 15:11:17 -0500 |
|---|---|---|
| committer | Xe <me@christine.website> | 2022-12-29 15:11:17 -0500 |
| commit | feb3e3d732ac238c5f8a358aeac36237db71060d (patch) | |
| tree | 264c07197f181056a9941e1fff6771c361414169 /cmd/within.website/dev.go | |
| parent | 23751f755b0eeba2588d029aefe32810369faac1 (diff) | |
| download | x-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.go | 7 |
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") |
