From df4c09c15bbe6cda3381a62842481dd8e4ac804a Mon Sep 17 00:00:00 2001 From: Steven Date: Tue, 20 Jun 2023 15:58:06 +0800 Subject: [PATCH] chore: add internal errorutil --- common/error.go => internal/errorutil/errorutil.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename common/error.go => internal/errorutil/errorutil.go (98%) diff --git a/common/error.go b/internal/errorutil/errorutil.go similarity index 98% rename from common/error.go rename to internal/errorutil/errorutil.go index 3545a9b..9883892 100644 --- a/common/error.go +++ b/internal/errorutil/errorutil.go @@ -1,4 +1,4 @@ -package common +package errorutil import ( "errors"