File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ of the repo, the `go get` and related commands could not properly resolve the lo
19
19
This meant that the reference to the runtime in your `go.mod` file would refer to the correct source code, but would not
20
20
list the release tag such as @4.12.0 - this was confusing, to say the least.
21
21
22
- As of 4.12.1, the runtime is now available as a go module in its own repo, and can be imported as `github.com/antlr -go/antlr`
22
+ As of 4.12.1, the runtime is now available as a go module in its own repo, and can be imported as `github.com/antlr4 -go/antlr`
23
23
(the go get command should also be used with this path). See the main documentation for the ANTLR4 project for more information,
24
24
which is available at [ANTLR docs]. The documentation for using the Go runtime is available at [Go runtime docs].
25
25
@@ -95,7 +95,7 @@ Use of this file is governed by the BSD 3-clause license, which can be found in
95
95
[target languages]: https://github.com/antlr/antlr4/tree/master/runtime
96
96
[LICENSE.txt]: https://github.com/antlr/antlr4/blob/master/LICENSE.txt
97
97
[ANTLR docs]: https://github.com/antlr/antlr4/blob/master/doc/index.md
98
- [new repo]: https://github.com/antlr -go/antlr
98
+ [new repo]: https://github.com/antlr4 -go/antlr
99
99
[Jim Idle]: https://github.com/jimidle
100
100
[Go runtime docs]: https://github.com/antlr/antlr4/blob/master/doc/go-target.md
101
101
*/
You can’t perform that action at this time.
0 commit comments