Files
neomovies-api/pkg/handlers/auth_helpers.go
2025-11-19 15:02:59 +00:00

8 lines
116 B
Go

package handlers
import (
"github.com/google/uuid"
)
func uuidNew() string { return uuid.New().String() }