resources: Move resource interfaces into its own package

This commit is contained in:
Bjørn Erik Pedersen 2019-01-02 11:58:32 +01:00
parent 669ada4367
commit ce8a09a4c0
41 changed files with 461 additions and 377 deletions

View file

@ -17,7 +17,7 @@ import (
"fmt"
"testing"
"github.com/gohugoio/hugo/resource"
"github.com/gohugoio/hugo/resources/resource"
"github.com/stretchr/testify/require"
)