small fix

This commit is contained in:
z7zmey 2018-01-10 11:43:21 +02:00
parent cdd9a7f1bc
commit ae34fc530e

View File

@ -23,7 +23,6 @@ func main() {
fmt.Printf("==> %s\n", path)
src, _ := os.Open(string(path))
parser.Parse(src, path)
nodes, comments, positions := parser.Parse(src, path)
visitor := dumper{" | ", comments, positions}