Compare commits

...
Author SHA1 Message Date
phoenix 548a8eaa07 go fmt
Go Release / build-and-release (pull_request) Successful in 5s
Go CI / Test and Lint (pull_request) Successful in 7s
Go CI / Test and Lint (push) Successful in 17s
2026-05-28 20:01:14 -04:00
+2 -3
View File
@@ -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"`
}