mirror of
https://gitlab.dit.htwk-leipzig.de/htwk-software/htwkalender.git
synced 2025-08-06 11:49:14 +02: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