Rename to chessbot
This commit is contained in:
parent
5a52d48ef8
commit
e6b7582ae9
|
@ -6,7 +6,7 @@ import (
|
||||||
"path"
|
"path"
|
||||||
"testing"
|
"testing"
|
||||||
|
|
||||||
"github.com/ekzyis/sn-chess/chess"
|
"github.com/ekzyis/chessbot/chess"
|
||||||
"github.com/stretchr/testify/assert"
|
"github.com/stretchr/testify/assert"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
2
go.mod
2
go.mod
|
@ -1,4 +1,4 @@
|
||||||
module github.com/ekzyis/sn-chess
|
module github.com/ekzyis/chessbot
|
||||||
|
|
||||||
go 1.23.0
|
go 1.23.0
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue