chore(go-session): migrate module path to dappco.re/go/session
Dropped the stale `core` segment per RFC, aligning with graduated
repos: dappco.re/go/{name}. No *.go self-imports existed — go.mod
single-line change. `go build ./...` passes.
Closes tasks.lthn.sh/view.php?id=805
Co-authored-by: Codex <noreply@openai.com>
This commit is contained in:
parent
27dd3bbbb4
commit
a83fafbde7
1 changed files with 1 additions and 1 deletions
2
go.mod
2
go.mod
|
|
@ -1,4 +1,4 @@
|
|||
module dappco.re/go/core/session
|
||||
module dappco.re/go/session
|
||||
|
||||
go 1.26.0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue