feat:#39 added module and prof fetch

This commit is contained in:
Elmar Kresse
2024-03-24 00:15:49 +01:00
parent 901ede6c97
commit 82cf9ce48c
12 changed files with 504 additions and 32 deletions

View File

@@ -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:]
}