package constants const ( RouteBooking = "/bookings" RouteNewBooking = "/bookings/new" RouteReports = "/reports" )