7 lines
99 B
Go
7 lines
99 B
Go
package handler
|
|
|
|
const (
|
|
ParamDate string = "date"
|
|
ParamRestaurant string = "restaurant"
|
|
)
|