ead45112
1 2 3 4 5 6 7
// +build !deploy_build package webui import "net/http" var WebUIAssets http.FileSystem = http.Dir("webui/build")