#88 Update README.md
This commit is contained in:
parent
984dba6a80
commit
394f882100
10
README.md
10
README.md
@ -35,8 +35,8 @@ Usage example
|
||||
package main
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
"bytes"
|
||||
"fmt"
|
||||
"os"
|
||||
|
||||
"github.com/z7zmey/php-parser/php7"
|
||||
@ -54,14 +54,12 @@ func main() {
|
||||
}
|
||||
|
||||
visitor := visitor.Dumper{
|
||||
Writer: os.Stdout,
|
||||
Indent: "",
|
||||
Comments: parser.GetComments(),
|
||||
Positions: parser.GetPositions(),
|
||||
Writer: os.Stdout,
|
||||
Indent: "",
|
||||
}
|
||||
|
||||
rootNode := parser.GetRootNode()
|
||||
rootNode.Walk(visitor)
|
||||
rootNode.Walk(&visitor)
|
||||
}
|
||||
```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user