Benenne Packages konsistent und füge go.mod und go.sum hinzu.
This commit is contained in:
parent
02cac422f4
commit
fef8224984
20 changed files with 38 additions and 34 deletions
|
@ -5,7 +5,7 @@ import (
|
|||
"bytes"
|
||||
"fmt"
|
||||
"html/template"
|
||||
"sprechstundentool/models"
|
||||
"officeHours/models"
|
||||
)
|
||||
|
||||
func (b *BaseHandler) GetTimetable(officeHours []models.OfficeHour) (timetable map[models.Date]map[int]models.OfficeHour, slots []int) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue