goimports -w

This commit is contained in:
Ian Norden
2019-12-02 13:24:50 -06:00
parent 671a324294
commit 5ebe2243d8
42 changed files with 257 additions and 40 deletions
+2 -1
View File
@@ -17,10 +17,11 @@
package config
import (
"strings"
log "github.com/sirupsen/logrus"
"github.com/spf13/viper"
"github.com/vulcanize/vulcanizedb/pkg/eth"
"strings"
)
// Config struct for generic contract transformer
+3 -2
View File
@@ -17,11 +17,12 @@
package config_test
import (
"os"
"path/filepath"
. "github.com/onsi/ginkgo"
. "github.com/onsi/gomega"
"github.com/vulcanize/vulcanizedb/pkg/config"
"os"
"path/filepath"
)
var allDifferentPathsConfig = config.Plugin{