resources: Replace error handling in GetRemote with try (note)

Closes #13216
This commit is contained in:
Bjørn Erik Pedersen
2025-01-05 15:43:18 +01:00
parent 4ea94c451d
commit 0918e087ec
16 changed files with 108 additions and 223 deletions

View File

@@ -111,10 +111,6 @@ type testPage struct {
sectionEntries []string
}
func (p *testPage) Err() resource.ResourceError {
return nil
}
func (p *testPage) Aliases() []string {
panic("testpage: not implemented")
}