aboutsummaryrefslogtreecommitdiff
path: root/cmd/within.website/dev.go
diff options
context:
space:
mode:
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")