Commit 2eac3a5
committed
docs: label Go analysis as experimental
Align consumer-facing language claims with verified analyzer
capabilities. Go has a real bounded Tree-sitter parser participating in
symbol/import/call extraction, route analysis, and architecture graph
construction, but lacks first-class entrypoint recognition (func main /
package main / main.go), complete router attribution (Gin/Echo conflation,
no Chi/Fiber), dedicated fixtures/goldens, and Python-engine parity, so it
is explicitly labelled experimental rather than supported.
- README pitch: experimental Go analysis covering the structural map.
- package.json description: experimental Go support.
- Landing hero subtitle: experimental Go analysis.
- pyproject.toml (Python engine) intentionally unchanged: that engine
does not analyze Go.1 parent c7ad5f9 commit 2eac3a5
3 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
316 | 316 | | |
317 | 317 | | |
318 | 318 | | |
319 | | - | |
| 319 | + | |
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments