summaryrefslogtreecommitdiff
path: root/courses.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--courses.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/courses.go b/courses.go
index 8751fa1..5a1c3fc 100644
--- a/courses.go
+++ b/courses.go
@@ -43,8 +43,8 @@ type courseT struct {
ID int
Max uint32
Title string
- Type courseTypeT
- Group courseGroupT
+ Type string
+ Group string
Teacher string
Location string
Usems sync.Map /* string, *usemT */