package model type Tag struct { ID uint64 `db:"id"` Tag string `db:"tag"` URL string `db:"url"` }