Adding initial code for the main.go as well as initial code for uploading members
This commit is contained in:
@@ -3,4 +3,5 @@ package models
|
||||
type Members struct {
|
||||
Name string `json:"name"`
|
||||
Email string `json:"email"`
|
||||
SchoolYear int `json:"school_year"`
|
||||
}
|
||||
Reference in New Issue
Block a user