Adding initial code for the main.go as well as initial code for uploading members

This commit is contained in:
2026-01-19 20:03:40 -05:00
parent 6b17c6fddc
commit 0359efe197
9 changed files with 572 additions and 2 deletions

View File

@@ -3,4 +3,5 @@ package models
type Members struct {
Name string `json:"name"`
Email string `json:"email"`
SchoolYear int `json:"school_year"`
}