fix Makefile, run gofmt on the all go files
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"testing"
|
||||
|
||||
"github.com/kylelemons/godebug/pretty"
|
||||
|
||||
|
||||
"github.com/z7zmey/php-parser/node"
|
||||
"github.com/z7zmey/php-parser/node/expr"
|
||||
"github.com/z7zmey/php-parser/node/expr/cast"
|
||||
|
||||
@@ -3,9 +3,9 @@ package cast_test
|
||||
import (
|
||||
"reflect"
|
||||
"testing"
|
||||
|
||||
|
||||
"github.com/kylelemons/godebug/pretty"
|
||||
|
||||
|
||||
"github.com/z7zmey/php-parser/node"
|
||||
"github.com/z7zmey/php-parser/node/expr"
|
||||
"github.com/z7zmey/php-parser/node/expr/cast"
|
||||
|
||||
Reference in New Issue
Block a user