aboutsummaryrefslogtreecommitdiff
path: root/cmd/within.website/dev.go
blob: 1417c41d42b283916b65b8071f839b7bba53c7de (plain)
1
2
3
4
5
6
7
//+build dev

package main

import "net/http"

var assets http.FileSystem = http.Dir("./static")