package models import "github.com/matoous/go-nanoid/v2" func NewNanoID() string { id, _ := gonanoid.New(12) return id }