1 2 3 4 5 6 7
//+build dev package main import "net/http" var assets http.FileSystem = http.Dir("./static")