From 548a8eaa075c9e447e57b7cc6edd208b66a62ea9 Mon Sep 17 00:00:00 2001 From: phoenix Date: Thu, 28 May 2026 20:01:14 -0400 Subject: [PATCH] go fmt --- tx0/user/organization.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tx0/user/organization.go b/tx0/user/organization.go index d1eb090..2314d51 100644 --- a/tx0/user/organization.go +++ b/tx0/user/organization.go @@ -6,9 +6,8 @@ import ( "github.com/google/uuid" ) - type Organization struct { - Id uuid.UUID `json:"id"` - Name string `json:"name"` + Id uuid.UUID `json:"id"` + Name string `json:"name"` Created *time.Time `json:"created,omitempty"` }