Versions in this module Expand all Collapse all v0 v0.1.0 Oct 15, 2023 Changes in this version + func Execute() + type Course struct + Abbreviation string + Name string + Teacher string + type Semester struct + Courses []Course + Name string + Type SemesterType + Years []string + type SemesterType string + const SummerSemester + const WinterSemester