Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ENV = envy.Get("GO_ENV", "development")
ENV is used to help switch settings based on where the application is being run. Default is "development".
Functions ¶
func App ¶
App is where all routes and middleware for buffalo should be defined. This is the nerve center of your application.
func HomeHandler ¶
HomeHandler is a default handler to serve up a home page.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.