Improved code documentation
This commit is contained in:
@ -21,7 +21,7 @@ var weekdayNames = []string{
|
||||
"Saturday",
|
||||
}
|
||||
|
||||
// Get ...
|
||||
// Get renders the calendar page.
|
||||
func Get(ctx aero.Context) error {
|
||||
user := utils.GetUser(ctx)
|
||||
oneWeek := 7 * 24 * time.Hour
|
||||
|
@ -10,7 +10,7 @@ import (
|
||||
"github.com/animenotifier/notify.moe/utils"
|
||||
)
|
||||
|
||||
// Filter ...
|
||||
// Filter filters the anime for the explore page.
|
||||
func Filter(ctx aero.Context) error {
|
||||
year := ctx.Get("year")
|
||||
season := ctx.Get("season")
|
||||
|
Reference in New Issue
Block a user