Documentation ¶ Index ¶ type Course Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Course ¶ type Course struct { ID int `json:"id"` Name string `json:"name"` Teacher string `json:"teacher"` Weeks []int `json:"weeks"` Time int `json:"times"` Location string `json:"location"` } Source Files ¶ View all Source files cmd.go course.go data.go draw.go Click to show internal directories. Click to hide internal directories.