Commit 8fc2dc0
committed
chore(vanity): rename target dappcore/go (lowercase) + keep dappco.re/go/core compat
Snider renamed github.com/dAppCore/core → github.com/dAppCore/go. Vanity
URL meta tags lowercase the github URL (dappcore/go) per the directive
"the go needs lowercase urls dappco.re/go btw or it breaks".
Two entries point at the renamed repo:
* dappco.re/go (root index.html) — new canonical path
* dappco.re/go/core (go/core/index.html) — backwards-compat alias
Old consumers with `import "dappco.re/go/core"` keep compiling — the
meta tag resolves to the renamed repo and the repo's go.mod still says
`module dappco.re/go/core`.
The new `dappco.re/go` import path becomes valid once the repo's
go.mod flips from `module dappco.re/go/core` → `module dappco.re/go`.
That flip is a breaking change for existing consumers and should ride
on a deliberate version bump.1 parent 109d483 commit 8fc2dc0
2 files changed
Lines changed: 6 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
6 | | - | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments