241
}
242
244
>
index := strings.LastIndex(fullApiName, "/")
245
>
if index > -1 {
246
>
return fullApiName[:index+1]
247
>
}
249
}