Spelling, separate Course struct from SearchResults

Separating the course struct will be useful for storing classes by CRN later on
This commit is contained in:
2024-01-29 14:13:36 -06:00
parent 56aad066f5
commit 10634c1210
4 changed files with 64 additions and 61 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import (
"strconv"
"strings"
log "github.com/rs/zerolog/log"
"github.com/rs/zerolog/log"
)
var sessionID string = RandomString(5) + Nonce()