mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2026-01-17 12:02:26 +01:00
feat:#39 added module and prof fetch
This commit is contained in:
@@ -46,5 +46,8 @@ func SeperateRoomString(rooms string) []string {
|
||||
}
|
||||
|
||||
func RemoveIriPrefix(iri string, idSize int) string {
|
||||
if len(iri) < idSize {
|
||||
return ""
|
||||
}
|
||||
return iri[len(iri)-idSize:]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user