We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec2cd82 commit edcead0Copy full SHA for edcead0
doc/go-target.md
@@ -84,7 +84,7 @@ And the `generate.sh` file will look similar to this:
84
85
#!/bin/sh
86
87
- alias antlr4='java -Xmx500M -cp "./antlr4-4.11.0-complete.jar:$CLASSPATH" org.antlr.v4.Tool'
+ alias antlr4='java -Xmx500M -cp "./antlr-4.11.1-complete.jar:$CLASSPATH" org.antlr.v4.Tool'
88
antlr4 -Dlanguage=Go -no-visitor -package parser *.g4
89
```
90
0 commit comments