From 2fef06cd9151cca69a20cc6c83e4da54de8a1827 Mon Sep 17 00:00:00 2001 From: Twilight Date: Thu, 13 Jun 2024 14:33:14 +0800 Subject: [PATCH] update --- internal/access/bind.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/access/bind.go b/internal/access/bind.go index 510cf19..59c4c69 100644 --- a/internal/access/bind.go +++ b/internal/access/bind.go @@ -15,5 +15,5 @@ var ( ) func init() { - panic("ent not impl.") + panic("ent not impl, if impl, uncommit this line") }