// / +build !release package main import ( "net/http" ) const staticFiles = http.Dir("./static")