aboutsummaryrefslogtreecommitdiff
path: root/content/go/jsonrpc2.md
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2025-01-02 23:16:38 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2025-01-02 23:16:38 +0300
commit940af50d96e9a7916674d237dec53738ab776103 (patch)
tree8309097577c27913d094edfbe60d880da968e680 /content/go/jsonrpc2.md
parentbd7ba4fe06dcf39ef0219d51e40b38da80fdefcd (diff)
Auto-commit 2025-01-02
Diffstat (limited to 'content/go/jsonrpc2.md')
-rw-r--r--content/go/jsonrpc2.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/content/go/jsonrpc2.md b/content/go/jsonrpc2.md
index 471c4c9..951eb75 100644
--- a/content/go/jsonrpc2.md
+++ b/content/go/jsonrpc2.md
@@ -1,10 +1,10 @@
-+++
-title = "JSON-RPC 2.0"
-name = "jsonrpc2"
-repository = "https://git.neonxp.ru/jsonrpc2.git"
-description = "JSON-RPC 2.0 сервер на генериках"
-gomod = true
-+++
+---
+description: JSON-RPC 2.0 сервер на генериках
+gomod: true
+name: jsonrpc2
+repository: https://git.neonxp.ru/jsonrpc2.git
+title: JSON-RPC 2.0
+---
Реализация сервера JSON-RPC 2.0 на Go с использованием дженериков.
Требуется версия Go 1.18+