Documentation ¶
Index ¶
Constants ¶
View Source
const ( // Index-rooted paths. IndexPath = "/" AboutPath = "/about/" SignupPath = "/signup/" CreatePath = "/create/" LoginPath = "/login/" LogoutPath = "/logout/" ThankYouPath = "/thanks/" DashboardPath = "/dashboard/" )
Different URL paths.
View Source
const PQDN = "localhost"
PQDN is the partially-qualified domain name for the site. This is in contrast to the FQDN which includes subdomains.
Variables ¶
View Source
var (
TemplatePath = "templates"
)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.