From db97ab3cf9f09e374d7e9ba75c8a8cf796ce2df2 Mon Sep 17 00:00:00 2001 From: zcag Date: Thu, 3 Sep 2026 09:48:46 +0300 Subject: [PATCH 1/2] Fix broken mermaid block syntax --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9c181b9..c615725 100644 --- a/README.md +++ b/README.md @@ -2051,9 +2051,10 @@ classDiagram search_archive() Map account() Map } - net/http <.. Client + class nethttp["net/http"] + nethttp <.. Client json <.. Client - Go <.. net/http + Go <.. nethttp Go <.. json ``` ### search() : Sequence diagram From 60948311727e67d077d57dc5e34754494e819897 Mon Sep 17 00:00:00 2001 From: zcag Date: Thu, 3 Sep 2026 10:46:01 +0300 Subject: [PATCH 2/2] Update the readme generation source --- README.md.erb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md.erb b/README.md.erb index 5cdd5c6..94e87d3 100644 --- a/README.md.erb +++ b/README.md.erb @@ -412,9 +412,10 @@ classDiagram search_archive() Map account() Map } - net/http <.. Client + class nethttp["net/http"] + nethttp <.. Client json <.. Client - Go <.. net/http + Go <.. nethttp Go <.. json ``` ### search() : Sequence diagram