Commit 21d4b0aa authored by Roy Hadad's avatar Roy Hadad
Browse files

style: run gofmt

No related merge requests found
Showing with 6 additions and 3 deletions
+6 -3
......@@ -2,11 +2,12 @@ package errorReporter
import (
"fmt"
"runtime/debug"
"github.com/datreeio/datree/cmd"
"github.com/datreeio/datree/pkg/cliClient"
"github.com/datreeio/datree/pkg/deploymentConfig"
"github.com/datreeio/datree/pkg/localConfig"
"runtime/debug"
)
func ReportCliError(panicErr interface{}) {
......
......@@ -2,11 +2,12 @@ package errorReporter
import (
"errors"
"testing"
"github.com/datreeio/datree/cmd"
"github.com/datreeio/datree/pkg/cliClient"
"github.com/datreeio/datree/pkg/localConfig"
"github.com/stretchr/testify/assert"
"testing"
"github.com/stretchr/testify/mock"
)
......
......@@ -2,10 +2,11 @@ package main
import (
"errors"
"os"
"github.com/datreeio/datree/bl/errorReporter"
"github.com/datreeio/datree/cmd"
"github.com/datreeio/datree/cmd/test"
"os"
)
const DEFAULT_ERR_EXIT_CODE = 1
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment