From 896edfb4ddd60d72e474c0fe3e500e71df2b447f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 27 Feb 2025 08:58:15 +0000 Subject: [PATCH] Apply gci import order changes --- database/gdb/gdb_core_underlying.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/gdb/gdb_core_underlying.go b/database/gdb/gdb_core_underlying.go index 849ce29cd..a2aaedca3 100644 --- a/database/gdb/gdb_core_underlying.go +++ b/database/gdb/gdb_core_underlying.go @@ -13,11 +13,11 @@ import ( "fmt" "reflect" - "github.com/gogf/gf/v2/container/gvar" "go.opentelemetry.io/otel" "go.opentelemetry.io/otel/trace" "github.com/gogf/gf/v2" + "github.com/gogf/gf/v2/container/gvar" "github.com/gogf/gf/v2/errors/gcode" "github.com/gogf/gf/v2/errors/gerror" "github.com/gogf/gf/v2/internal/intlog"