Closed prasad83 closed 3 years ago
I'm on (go version go1.14 linux/amd64)
go get github.com/z7zmey/php-parser
Shows
# github.com/z7zmey/php-parser runtime.main_main·f: function main is undeclared in the main package
Likely issue on master (0.8 version)
Hi @prasad83. I have updated the project layout. You can use go get github.com/z7zmey/php-parser/cmd/php-parser to get the CLI tool.
go get github.com/z7zmey/php-parser/cmd/php-parser
Readme was updated at #124
I'm on (go version go1.14 linux/amd64)
Shows