Umgeschrieben auf gorilla

This commit is contained in:
2022-01-17 11:04:04 +01:00
parent 5102099a8b
commit 318442cfaf
7 changed files with 117 additions and 282 deletions

View File

@@ -1,8 +0,0 @@
package planner
type Besucher struct {
ID string `json:"id"`
Name string `json:"name"`
Message string `json:"message"`
Come bool `json:"come"`
}