summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--courses.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/courses.go b/courses.go
index 03eba23..b3d3a9c 100644
--- a/courses.go
+++ b/courses.go
@@ -33,7 +33,7 @@ type (
)
type courseT struct {
- ID int
+ ID int
/*
* TODO: There will be a lot of lock contention over Selected. It is
* probably more appropriate to directly use atomics.