refactor: rename Go module from c4 to games
Rename module path github.com/ryanhamamura/c4 to github.com/ryanhamamura/games across go.mod, all source files, and golangci config.
This commit is contained in:
@@ -3,7 +3,7 @@ package connect4
|
||||
import (
|
||||
"encoding/json"
|
||||
|
||||
"github.com/ryanhamamura/c4/player"
|
||||
"github.com/ryanhamamura/games/player"
|
||||
)
|
||||
|
||||
type Player struct {
|
||||
|
||||
Reference in New Issue
Block a user