antlr4
antlr4 copied to clipboard
go target: Please add go.mod versioning to the project
Re; Go Target
I note in your installation instructions that you point out that go get has no way to specify tags. However, if you just add go module support (I am sure you are aware that this is pretty simple to do with just go mod init), then everything works as you would expect and go get -u will upgrade in a sensible way.
Cheers and thanks for the efforts. Jim - Author of v3 C target and other ANTLR stuff
Any chance of upgrading to go modules?