Documentation ¶
Index ¶
Constants ¶
View Source
const ( StaticAssetsPath = "/public/" JavscriptLink = StaticAssetsPath + "scripts/" StylesheetLink = StaticAssetsPath + "styles/" ImageLink = StaticAssetsPath + "images/" )
View Source
const ( HealthShow = "/up" NotesIndex = "/" NotesNew = "/new" )
Variables ¶
View Source
var Router = chi.NewRouter()
Functions ¶
func LoadEnvironmentVariables ¶
func LoadEnvironmentVariables()
func SetupRoutes ¶
func SetupRoutes()
func StartServer ¶
func StartServer()
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.