fix: provide doc comments for lints

This commit is contained in:
2025-08-25 23:48:43 -05:00
parent 7edd1f16bf
commit 165e32bbf6
2 changed files with 13 additions and 1 deletions

View File

@@ -365,8 +365,8 @@ func GetInstructors(search string, term string, offset int, maxResults int) ([]I
return instructors, nil
}
// ClassDetails represents the details of a course.
// TODO: Finish this struct & function
// ClassDetails represents
type ClassDetails struct {
}