diff --git a/runtime/Go/antlr/README.adoc b/runtime/Go/antlr/README.adoc index 344a355a84..7f539538bc 100644 --- a/runtime/Go/antlr/README.adoc +++ b/runtime/Go/antlr/README.adoc @@ -10,7 +10,7 @@ Your driver code etc. should now be importing from the new release only repo for ```go import ( - "github.com/antlr4-go/antlr" + "github.com/antlr4-go/antlr/v4" ) ```