You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Deprecated: Please switch to the new v4 module path: github.com/antlr/antlr4/runtime/Go/antlr/v4 - see https://github.com/antlr/antlr4/blob/master/doc/go-target.md
module github.com/antlr/antlr4/runtime/Go/antlr
The new module is github.com/antlr/antlr4/runtime/Go/antlr/v4 and it fit more properly with the idiomatic ways of Go than v1 module. For example, migrating to v4 may reduce the likehood of ambiguous import error related to antlr.
Is there any plan to migrate to github.com/antlr/antlr4/runtime/Go/antlr/v4? If so, this doc may help.
The text was updated successfully, but these errors were encountered:
It seems that
v1
module ofgithub.com/antlr/antlr4/runtime/Go/antlr
has been deprecated.https://github.com/antlr/antlr4/blob/master/runtime/Go/antlr/go.mod
The new module is
github.com/antlr/antlr4/runtime/Go/antlr/v4
and it fit more properly with the idiomatic ways of Go thanv1
module. For example, migrating tov4
may reduce the likehood of ambiguous import error related to antlr.Is there any plan to migrate to
github.com/antlr/antlr4/runtime/Go/antlr/v4
? If so, this doc may help.The text was updated successfully, but these errors were encountered: