Skip to content

Commit

Permalink
docs: fix wrong way to import in go
Browse files Browse the repository at this point in the history
Signed-off-by: KevinZonda <33132228+KevinZonda@users.noreply.github.com>
  • Loading branch information
KevinZonda authored and parrt committed Nov 7, 2023
1 parent 2e718eb commit d25d421
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/Go/antlr/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
```

Expand Down

0 comments on commit d25d421

Please sign in to comment.