mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-29 22:29:56 +02:00
resources: Replace error handling in GetRemote with try (note)
Closes #13216
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
Reference in New Issue
Block a user