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