Skip to content

Commit

Permalink
feat: Move to new Go repo
Browse files Browse the repository at this point in the history
Signed-off-by: Jim.Idle <jimi@idle.ws>
  • Loading branch information
jimidle authored and parrt committed May 19, 2023
1 parent d35ffa7 commit 7d39301
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
@@ -1,7 +1,7 @@
package main
import (
"fmt"
"github.com/antlr/antlr4/runtime/Go/antlr/v4"
"github.com/antlr4-go/antlr/v4"
"os"
"test/parser"
)
Expand Down
Expand Up @@ -64,7 +64,7 @@ public String[] getExtraRunArgs() {
return new String[]{"run"};
}

private static final String GoRuntimeImportPath = "github.com/antlr/antlr4/runtime/Go/antlr/v4";
private static final String GoRuntimeImportPath = "github.com/antlr4-go/antlr/v4";

private final static Map<String, String> environment;

Expand Down
2 changes: 1 addition & 1 deletion runtime/Go/antlr/v4/go.mod
@@ -1,4 +1,4 @@
module github.com/antlr/antlr4/runtime/Go/antlr/v4
module github.com/antlr4-go/antlr/v4

go 1.20

Expand Down

0 comments on commit 7d39301

Please sign in to comment.