Documentation
¶
Index ¶
Constants ¶
View Source
const ( TemplateExtension = ".bt" ScssSuffix = ".scss" DefaultSettingsFileName = "settings.toml" // If this prefix is set to string values, then // the value is obtained from the environment variables. ParseEnvVarPrefix = "ENV:" // The socket types TypeTcpSocket SocketType = 1 << iota TypeUnixSocket SocketType = 1 << iota // Static URL paths UrlPublic = "/public/" UrlBulldozerResources = "/bulldozer/res/" )
Variables ¶
View Source
var (
Settings settings
)
Functions ¶
Types ¶
type SocketType ¶
type SocketType int
Click to show internal directories.
Click to hide internal directories.