mirror of
https://github.com/Xevion/banner.git
synced 2025-12-08 20:06:25 -06:00
docs: add trivial documentation for all types, functions, packages etc.
This commit is contained in:
@@ -7,6 +7,7 @@ import (
|
||||
log "github.com/rs/zerolog/log"
|
||||
)
|
||||
|
||||
// Setup makes the initial requests to set up the session cookies for the application.
|
||||
func (a *API) Setup() {
|
||||
// Makes the initial requests that sets up the session cookies for the rest of the application
|
||||
log.Info().Msg("Setting up session...")
|
||||
|
||||
Reference in New Issue
Block a user