diff --git a/cmd/schroedinger/main.go b/cmd/schroedinger/main.go index a701c36..75be332 100644 --- a/cmd/schroedinger/main.go +++ b/cmd/schroedinger/main.go @@ -2,8 +2,8 @@ package main import ( "flag" - "log" "github.com/ETCDEVTeam/go-schroedinger" + "log" ) // tests should be specified with lines of the form: @@ -39,4 +39,4 @@ func main() { log.Fatal("whitelist cannot match blacklist") } schroedinger.Run(testsFile, whitelistMatch, blacklistMatch, trialsAllowed) -} \ No newline at end of file +}