Skip to content

Commit 934cb2a

Browse files
committed
fix(go-meta): add Go 1.25 subdir field to go-import meta + missing ratelimit page
Every dappco.re/go/<name> module lives in the repo's go/ subdir (the /go/ subtree restructure), but the go-import meta mapped them to the repo root, so the proxy found module metadata but not the package ("does not contain package"). Go 1.25's optional 4th go-import field names the subdirectory: dappco.re/go/log git https://github.com/dappcore/go-log.git go Appends " go" to all 38 module metas (core/go stays root, unaffected) and adds the missing ratelimit page (it had none, so Go mis-resolved it as a core/go subdir tag ratelimit/vX.Y.Z).
1 parent 781e389 commit 934cb2a

39 files changed

Lines changed: 59 additions & 38 deletions

src/content/docs/go/agent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ head:
55
- tag: meta
66
attrs:
77
name: go-import
8-
content: 'dappco.re/go/agent git https://github.com/dappcore/agent.git'
8+
content: 'dappco.re/go/agent git https://github.com/dappcore/agent.git go'
99
- tag: meta
1010
attrs:
1111
name: go-source

src/content/docs/go/ai.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ head:
55
- tag: meta
66
attrs:
77
name: go-import
8-
content: 'dappco.re/go/ai git https://github.com/dappcore/go-ai.git'
8+
content: 'dappco.re/go/ai git https://github.com/dappcore/go-ai.git go'
99
- tag: meta
1010
attrs:
1111
name: go-source

src/content/docs/go/ansible.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ head:
55
- tag: meta
66
attrs:
77
name: go-import
8-
content: 'dappco.re/go/ansible git https://github.com/dappcore/go-ansible.git'
8+
content: 'dappco.re/go/ansible git https://github.com/dappcore/go-ansible.git go'
99
- tag: meta
1010
attrs:
1111
name: go-source

src/content/docs/go/api.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ head:
55
- tag: meta
66
attrs:
77
name: go-import
8-
content: 'dappco.re/go/api git https://github.com/dappcore/api.git'
8+
content: 'dappco.re/go/api git https://github.com/dappcore/api.git go'
99
- tag: meta
1010
attrs:
1111
name: go-source

src/content/docs/go/build.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ head:
55
- tag: meta
66
attrs:
77
name: go-import
8-
content: 'dappco.re/go/build git https://github.com/dappcore/go-build.git'
8+
content: 'dappco.re/go/build git https://github.com/dappcore/go-build.git go'
99
- tag: meta
1010
attrs:
1111
name: go-source

src/content/docs/go/cgo.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ head:
55
- tag: meta
66
attrs:
77
name: go-import
8-
content: 'dappco.re/go/cgo git https://github.com/dappcore/go-cgo.git'
8+
content: 'dappco.re/go/cgo git https://github.com/dappcore/go-cgo.git go'
99
- tag: meta
1010
attrs:
1111
name: go-source

src/content/docs/go/cli.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ head:
55
- tag: meta
66
attrs:
77
name: go-import
8-
content: 'dappco.re/go/cli git https://github.com/dappcore/cli.git'
8+
content: 'dappco.re/go/cli git https://github.com/dappcore/cli.git go'
99
- tag: meta
1010
attrs:
1111
name: go-source

src/content/docs/go/config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ head:
55
- tag: meta
66
attrs:
77
name: go-import
8-
content: 'dappco.re/go/config git https://github.com/dappcore/config.git'
8+
content: 'dappco.re/go/config git https://github.com/dappcore/config.git go'
99
- tag: meta
1010
attrs:
1111
name: go-source

src/content/docs/go/container.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ head:
55
- tag: meta
66
attrs:
77
name: go-import
8-
content: 'dappco.re/go/container git https://github.com/dappcore/go-container.git'
8+
content: 'dappco.re/go/container git https://github.com/dappcore/go-container.git go'
99
- tag: meta
1010
attrs:
1111
name: go-source

src/content/docs/go/crypt.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ head:
55
- tag: meta
66
attrs:
77
name: go-import
8-
content: 'dappco.re/go/crypt git https://github.com/dappcore/go-crypt.git'
8+
content: 'dappco.re/go/crypt git https://github.com/dappcore/go-crypt.git go'
99
- tag: meta
1010
attrs:
1111
name: go-source

0 commit comments

Comments
 (0)