Skip to content

Commit b504c88

Browse files
committed
feat(vanity): add go/lint go-import (dappco.re/go/lint -> github.com/dappcore/lint)
The lint module resolves at dappco.re/go/lint (./go subdir) but only the top-level dappco.re/lint page existed — so goproxy could not resolve it, blocking core. Adds the missing go-import/go-source meta. Co-Authored-By: Virgil <virgil@lethean.io>
1 parent b72e396 commit b504c88

1 file changed

Lines changed: 32 additions & 0 deletions

File tree

src/content/docs/go/lint.mdx

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
---
2+
title: lint
3+
description: Code-quality linter orchestrator — pattern catalog + multi-language QA adapters.
4+
head:
5+
- tag: meta
6+
attrs:
7+
name: go-import
8+
content: 'dappco.re/go/lint git https://github.com/dappcore/lint.git go'
9+
- tag: meta
10+
attrs:
11+
name: go-source
12+
content: 'dappco.re/go/lint https://github.com/dappcore/lint https://github.com/dappcore/lint/tree/main/go{/dir} https://github.com/dappcore/lint/blob/main/go{/dir}/{file}#L{line}'
13+
---
14+
15+
Code-quality linter orchestrator — pattern catalog + multi-language QA adapters. Built on the [`core/go`](/go/) primitives.
16+
17+
## Install
18+
19+
```sh
20+
go get dappco.re/go/lint@latest
21+
```
22+
23+
## Import
24+
25+
```go
26+
import "dappco.re/go/lint"
27+
```
28+
29+
## Status
30+
31+
Page in flight — content fills in as the package converges. Source of truth
32+
today is the README and inline docstrings in the repo.

0 commit comments

Comments
 (0)