First attempt at react interface
This commit is contained in:
@@ -16,7 +16,7 @@ type Member struct {
|
||||
Email string
|
||||
}
|
||||
|
||||
BATCH_SIZE := 100
|
||||
const BATCH_SIZE = 100
|
||||
|
||||
func ParseMembersFromBytes(year int, fileBytes []byte) error {
|
||||
reader := csv.NewReader(strings.NewReader(string(fileBytes)))
|
||||
|
||||
Reference in New Issue
Block a user