mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-07 04:09:15 +02:00
feat:#39 added fetcher for Events
This commit is contained in:
@@ -51,3 +51,7 @@ func SeperateRoomString(rooms string) []string {
|
||||
[]rune{',', '\t', '\n', '\r', ';', ' ', '\u00A0'}),
|
||||
)
|
||||
}
|
||||
|
||||
func RemoveIriPrefix(iri string, idSize int) string {
|
||||
return iri[len(iri)-idSize:]
|
||||
}
|
||||
|
Reference in New Issue
Block a user