refactor: rename Go module from c4 to games
All checks were successful
CI / Deploy / test (pull_request) Successful in 14s
CI / Deploy / lint (pull_request) Successful in 25s
CI / Deploy / deploy (pull_request) Has been skipped

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:
Ryan Hamamura
2026-03-02 20:41:20 -10:00
parent 38eb9ee398
commit c6885a069b
36 changed files with 91 additions and 91 deletions

View File

@@ -1,7 +1,7 @@
package pages
import (
"github.com/ryanhamamura/c4/features/common/layouts"
"github.com/ryanhamamura/games/features/common/layouts"
"github.com/starfederation/datastar-go/datastar"
)