Rename to chessbot

This commit is contained in:
ekzyis 2024-09-18 15:52:40 +02:00
parent 5a52d48ef8
commit e6b7582ae9
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ import (
"path"
"testing"
"github.com/ekzyis/sn-chess/chess"
"github.com/ekzyis/chessbot/chess"
"github.com/stretchr/testify/assert"
)

2
go.mod
View File

@ -1,4 +1,4 @@
module github.com/ekzyis/sn-chess
module github.com/ekzyis/chessbot
go 1.23.0

View File

@ -1,7 +1,7 @@
package main
import (
"github.com/ekzyis/sn-chess/chess"
"github.com/ekzyis/chessbot/chess"
)
func main() {