mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-07-16 09:38:49 +02:00
fix:#57 removed unused struct
This commit is contained in:
@ -71,11 +71,6 @@ func hasClassAttribute(node *html.Node, classValue string) bool {
|
||||
return false
|
||||
}
|
||||
|
||||
type dayTable struct {
|
||||
day string
|
||||
table []*html.Node
|
||||
}
|
||||
|
||||
// Get Tables with days
|
||||
func getEventTables(node *html.Node, dayLabels []string) map[string][]*html.Node {
|
||||
// Create a map to store the tables with the corresponding day from the dayLabels
|
||||
|
Reference in New Issue
Block a user