+surfers & athletes
This commit is contained in:
parent
5cef5cf409
commit
086be8ccc2
5 changed files with 67 additions and 16 deletions
7
backend/surfers.go
Normal file
7
backend/surfers.go
Normal file
|
@ -0,0 +1,7 @@
|
|||
package main
|
||||
|
||||
type Athlete struct {
|
||||
Firstname string `json:"firstname"`
|
||||
Lastname string `json:"lastname"`
|
||||
Category string `json:"category"`
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue