Skip to content

Commit

Permalink
update after transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
zyxkad committed Sep 30, 2023
1 parent 15727bf commit b10c5c5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cmds/mcla/analysis.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import (
"io"
"sync"

"github.com/kmcsr/mcla"
"github.com/GlobeMC/mcla"
)

type ErrorResult struct {
Expand Down
2 changes: 1 addition & 1 deletion cmds/mcla/errdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import (
"net/url"
"sync"

"github.com/kmcsr/mcla"
"github.com/GlobeMC/mcla"
)

const syntaxVersion = 0 // 0 means dev
Expand Down
2 changes: 1 addition & 1 deletion cmds/mcla/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"fmt"
"os"

"github.com/kmcsr/mcla"
"github.com/GlobeMC/mcla"
)

func printf(format string, args ...any){
Expand Down
2 changes: 1 addition & 1 deletion cmds/mcla_wasm/errdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import (
"net/url"
"sync"

. "github.com/kmcsr/mcla"
. "github.com/GlobeMC/mcla"
)

const syntaxVersion = 0 // 0 means dev
Expand Down
2 changes: 1 addition & 1 deletion cmds/mcla_wasm/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"sync"
"syscall/js"

. "github.com/kmcsr/mcla"
. "github.com/GlobeMC/mcla"
)

var bgCtx context.Context = createBackgroundCtx()
Expand Down
2 changes: 1 addition & 1 deletion cmds/mcla_wasm/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
// this file just for keeping `tinygo test` works
package main_test

import _ "github.com/kmcsr/mcla/cmds/mcla_wasm"
import _ "github.com/GlobeMC/mcla/cmds/mcla_wasm"
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/kmcsr/mcla
module github.com/GlobeMC/mcla

go 1.21

0 comments on commit b10c5c5

Please sign in to comment.