missing import
This commit is contained in:
parent
fadcbfa8b6
commit
f892107dad
1 changed files with 1 additions and 0 deletions
|
@ -183,6 +183,7 @@ func newImporter() importer {
|
||||||
"boil_queries": imports{
|
"boil_queries": imports{
|
||||||
standard: importList{
|
standard: importList{
|
||||||
`"fmt"`,
|
`"fmt"`,
|
||||||
|
`"strings"`,
|
||||||
},
|
},
|
||||||
thirdParty: importList{
|
thirdParty: importList{
|
||||||
`"github.com/lbryio/lbry.go/extras/errors"`,
|
`"github.com/lbryio/lbry.go/extras/errors"`,
|
||||||
|
|
Loading…
Reference in a new issue