mirror of
https://gitlab.com/foxixus/neomovies-api.git
synced 2025-10-27 17:38:51 +05:00
7 lines
108 B
Go
7 lines
108 B
Go
package handlers
|
|
|
|
import (
|
|
"github.com/google/uuid"
|
|
)
|
|
|
|
func uuidNew() string { return uuid.New().String() } |