From e6b7582ae9117aa8ff1ade31672c10ba764a85bf Mon Sep 17 00:00:00 2001 From: ekzyis Date: Wed, 18 Sep 2024 15:52:40 +0200 Subject: [PATCH] Rename to chessbot --- chess/board_test.go | 2 +- go.mod | 2 +- main.go | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chess/board_test.go b/chess/board_test.go index d4ba78e..0858521 100644 --- a/chess/board_test.go +++ b/chess/board_test.go @@ -6,7 +6,7 @@ import ( "path" "testing" - "github.com/ekzyis/sn-chess/chess" + "github.com/ekzyis/chessbot/chess" "github.com/stretchr/testify/assert" ) diff --git a/go.mod b/go.mod index 92af81a..638b7c1 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/ekzyis/sn-chess +module github.com/ekzyis/chessbot go 1.23.0 diff --git a/main.go b/main.go index 9c39b94..52186ea 100644 --- a/main.go +++ b/main.go @@ -1,7 +1,7 @@ package main import ( - "github.com/ekzyis/sn-chess/chess" + "github.com/ekzyis/chessbot/chess" ) func main() {