move from pkg/errors to go1.13 errors

This commit is contained in:
sentriz
2020-05-01 21:32:56 +01:00
parent d583c2fbd8
commit 31b2b65ea6
11 changed files with 37 additions and 36 deletions

View File

@@ -1,6 +1,8 @@
package assets
import "strings"
import (
"strings"
)
// PrefixDo runs a given callback for every path in our assets with
// the given prefix