Revert "Umgeschrieben auf gorilla"

This reverts commit 318442cfaf.
This commit is contained in:
HuskyTeufel
2022-01-17 16:08:13 +01:00
parent 318442cfaf
commit 227ddd81aa
7 changed files with 284 additions and 119 deletions

8
planner/besucher.go Normal file
View File

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