// Package assets provides static file serving with build-tag switching // between live filesystem (dev) and embedded hashfs (prod). package assets const DirectoryPath = "assets"