Ryan Hamamura
|
718e0c55c9
|
fix: satisfy staticcheck comment style for exported consts
CI / Deploy / test (pull_request) Successful in 14s
CI / Deploy / lint (pull_request) Successful in 25s
CI / Deploy / deploy (pull_request) Has been skipped
|
2026-03-02 22:48:16 -10:00 |
|
Ryan Hamamura
|
fb6c0e3d90
|
refactor: replace hardcoded NATS subjects with typed helpers
CI / Deploy / test (pull_request) Successful in 14s
CI / Deploy / lint (pull_request) Failing after 21s
CI / Deploy / deploy (pull_request) Has been skipped
Add GameSubject/ChatSubject helpers to connect4 and snake packages,
eliminating magic string concatenation from handlers and main.go.
|
2026-03-02 21:30:47 -10:00 |
|
Ryan Hamamura
|
c6885a069b
|
refactor: rename Go module from c4 to games
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.
|
2026-03-02 20:41:20 -10:00 |
|
Ryan Hamamura
|
38eb9ee398
|
refactor: rename game package to connect4, drop Game prefix from types
CI / Deploy / test (pull_request) Successful in 16s
CI / Deploy / lint (pull_request) Successful in 25s
CI / Deploy / deploy (pull_request) Has been skipped
Rename game/ -> connect4/ to avoid c4/game stutter. Drop redundant
Game prefix from exported types (GameStore -> Store, GameInstance ->
Instance, GameStatus -> Status). Rename NATS subjects from game.{id}
to connect4.{id}. URL routes unchanged.
|
2026-03-02 20:31:00 -10:00 |
|