fixed errors import

This commit is contained in:
asoseil 2017-11-23 15:51:04 +01:00
parent d78cdfba33
commit 4d58cf52bf
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ import (
"log" "log"
"strings" "strings"
"testing" "testing"
"github.com/pkg/errors" "errors"
) )
var mockResponse interface{} var mockResponse interface{}