fixed package

This commit is contained in:
2025-12-01 16:18:22 +05:30
parent d9c3ecb252
commit 3c81a8bf29
6 changed files with 17 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
package game
package games
import (
"fmt"

View File

@@ -1,4 +1,4 @@
package modules
package games
type BoardConfig struct {
Rows int

View File

@@ -1,4 +1,4 @@
package game
package games
import (
"errors"