(_ context.Context, p string)
| 157 | } |
| 158 | |
| 159 | func (l localResourceLoader) Load(_ context.Context, p string) (string, error) { |
| 160 | return l.abs(p), nil |
| 161 | } |
| 162 | |
| 163 | func (l localResourceLoader) Dir(originalPath string) string { |
| 164 | path := l.abs(originalPath) |