docs/external
user.email 314633c24d chore(docs): bump core/go submodule + convert render.go + server.go
Bumps external/go to dev@cfe2000 (post-#1329 wrapper expansion +
post-Mantis #1337 audit dimension extension).

Adopts the new wrappers in two production files:

- render.go: bytes.Buffer → core.Buffer (alias from #1329)
- server.go: encoding/json removed; introduces writeJSON helper
  that wraps core.JSONMarshal + w.Write(bytes), replacing all 4
  json.NewEncoder(w).Encode(v) call sites with writeJSON(w, v).
  Cleaner shape since the helper folds the marshal-error-to-500
  pattern into one place.

All docs tests pass (go test ./go/...).

Banned-imports: 32 → 30 (-2) for docs.

Refs Mantis #1316

Filed-by: hephaestus
Co-authored-by: Hephaestus <hephaestus@lthn.ai>
2026-05-01 12:38:29 +01:00
..
go@cfe200045d chore(docs): bump core/go submodule + convert render.go + server.go 2026-05-01 12:38:29 +01:00