From 31ae7feae2ae051b1b4c9694f07dc2ca1699c00f Mon Sep 17 00:00:00 2001 From: Omkar P <45419097+omkar-foss@users.noreply.github.com> Date: Tue, 1 Apr 2025 14:55:25 +0530 Subject: [PATCH] Remove unused field AuthorUUID --- tests/embedded_struct_test.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/embedded_struct_test.go b/tests/embedded_struct_test.go index 2d7973f6..3351ed8e 100644 --- a/tests/embedded_struct_test.go +++ b/tests/embedded_struct_test.go @@ -8,7 +8,6 @@ import ( "testing" "time" - "github.com/google/uuid" "gorm.io/gorm" . "gorm.io/gorm/utils/tests" ) @@ -115,7 +114,6 @@ func TestEmbeddedPointerTypeStruct(t *testing.T) { ContentPtr *Content Birthday time.Time BirthdayPtr *time.Time - AuthorUUID *uuid.UUID } type HNPost struct {