cleanup dead imports
This commit is contained in:
parent
02cbd3997a
commit
abc031683e
@ -1,12 +1,8 @@
|
|||||||
package main
|
package main
|
||||||
|
|
||||||
import (
|
import (
|
||||||
//"fmt"
|
|
||||||
//"io/ioutil"
|
|
||||||
|
|
||||||
"github.com/z7zmey/php-parser/node"
|
"github.com/z7zmey/php-parser/node"
|
||||||
"github.com/z7zmey/php-parser/node/stmt"
|
"github.com/z7zmey/php-parser/node/stmt"
|
||||||
//"github.com/z7zmey/php-parser/walker"
|
|
||||||
)
|
)
|
||||||
|
|
||||||
func normaliseAltCb(n_ *node.Node) error {
|
func normaliseAltCb(n_ *node.Node) error {
|
||||||
|
Loading…
Reference in New Issue
Block a user