camper/pkg/app
jordi fita mas e3138652fa Rename locale.MustGetAll to GetAll and return error also
Since app.New returns error too, there is no need for locale.GetAll to
panic on error; main will log and close the application.
2023-08-06 04:08:07 +02:00
..
admin.go Instead of keeping a requestPath in app, use request.RequestURI 2023-08-06 04:03:04 +02:00
app.go Rename locale.MustGetAll to GetAll and return error also 2023-08-06 04:08:07 +02:00
login.go Split templates and handlers into admin and public 2023-08-05 03:42:37 +02:00
public.go Split templates and handlers into admin and public 2023-08-05 03:42:37 +02:00
user.go Instead of keeping a requestPath in app, use request.RequestURI 2023-08-06 04:03:04 +02:00