Skip to content

Commit 9c103c0

Browse files
committed
Changed repo name
1 parent 4a472bb commit 9c103c0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package typescript
33
import (
44
"encoding/base64"
55
"fmt"
6-
"github.com/clarkmcc/goja-typescript/utils"
7-
"github.com/clarkmcc/goja-typescript/versions"
6+
"github.com/clarkmcc/go-typescript/utils"
7+
"github.com/clarkmcc/go-typescript/versions"
88
"github.com/dop251/goja"
99
)
1010

examples/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package main
22

33
import (
44
_ "embed"
5-
typescript "github.com/clarkmcc/goja-typescript"
5+
typescript "github.com/clarkmcc/go-typescript"
66
"log"
77
)
88

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/clarkmcc/goja-typescript
1+
module github.com/clarkmcc/go-typescript
22

33
go 1.16
44

0 commit comments

Comments
 (0)