Documentation
¶
Index ¶
Constants ¶
View Source
const (
// AppName is the name of the app.
AppName = "giffy"
)
Variables ¶
View Source
var ( // ViewPaths are paths to load into the view cache. ViewPaths = []string{ "server/_views/header.html", "server/_views/footer.html", "server/_views/not_found.html", "server/_views/error.html", "server/_views/bad_request.html", "server/_views/not_authorized.html", "server/_views/login_complete.html", "server/_views/upload_image.html", "server/_views/upload_image_complete.html", "server/_views/privacy.html", "server/_views/tos.html", } )
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.