Compare commits

...
Author SHA1 Message Date
phoenix 21e91ebc7f go fmt
Go CI / Test and Lint (push) Successful in 6s
Go Release / build-and-release (pull_request) Successful in 7s
Go CI / Test and Lint (pull_request) Successful in 5s
2026-05-26 22:04:34 -04:00
+1 -1
View File
@@ -1,8 +1,8 @@
package user package user
import ( import (
"time"
"github.com/google/uuid" "github.com/google/uuid"
"time"
) )
type UserLoginHistory struct { type UserLoginHistory struct {