Update to go1.21
This commit is contained in:
parent
57780d8004
commit
f29325c679
16 changed files with 59 additions and 67 deletions
|
@ -223,15 +223,6 @@ func (c *Configuration) PopulateUsedBy() {
|
|||
}
|
||||
}
|
||||
|
||||
func contains(entryPoints []string, entryPointName string) bool {
|
||||
for _, name := range entryPoints {
|
||||
if name == entryPointName {
|
||||
return true
|
||||
}
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
||||
func getProviderName(elementName string) string {
|
||||
parts := strings.Split(elementName, "@")
|
||||
if len(parts) > 1 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue