From 8190931f9b6a97ec71836f253cec2bd622dde012 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Flc=E3=82=9B?= Date: Mon, 4 Mar 2024 18:44:50 +0800 Subject: [PATCH] docs(gorm/manager): Update README.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Flcă‚› --- gorm/manager/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gorm/manager/README.md b/gorm/manager/README.md index b56145c5..244a6bb4 100644 --- a/gorm/manager/README.md +++ b/gorm/manager/README.md @@ -2,6 +2,8 @@ ## Example +> The Register method does not support concurrency safety. + ```go package main