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> |
||
|---|---|---|
| .. | ||
| go@cfe200045d | ||