diff --git a/runtime/Go/antlr/README.adoc b/runtime/Go/antlr/README.adoc index f3503bd320..344a355a84 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" ) ```