Files
neomovies-api/pkg/handlers/auth_helpers.go

8 lines
109 B
Go

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