gci linter

This commit is contained in:
Mike Farah
2021-11-26 20:24:21 +11:00
parent 8fdf6414c1
commit 8c5d1e0252
8 changed files with 4 additions and 9 deletions
+1 -2
View File
@@ -1,11 +1,10 @@
package yqlib
import (
"container/list"
"fmt"
"strconv"
"container/list"
"github.com/jinzhu/copier"
yaml "gopkg.in/yaml.v3"
)