summaryrefslogtreecommitdiff
path: root/courses.go
diff options
context:
space:
mode:
Diffstat (limited to 'courses.go')
-rw-r--r--courses.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/courses.go b/courses.go
index 968e300..dc31946 100644
--- a/courses.go
+++ b/courses.go
@@ -99,6 +99,8 @@ var courses sync.Map /* int, *courseT */
var numCourses uint32 /* atomic */
+const staffDepartment = "Staff"
+
/*
* Read course information from the database. This should be called during
* setup.