test coverage and linting

This commit is contained in:
Conor Nosal
2019-12-06 13:58:56 +11:00
committed by Mike Farah
parent 4b3fbb878f
commit 64d1e58f97
14 changed files with 115 additions and 47 deletions
+2 -1
View File
@@ -9,8 +9,9 @@ import (
"reflect"
"strconv"
"strings"
"github.com/mikefarah/yq/pkg/yqlib"
"github.com/mikefarah/yq/pkg/marshal"
"github.com/mikefarah/yq/pkg/yqlib"
errors "github.com/pkg/errors"