coffey.dad
Blog
Repos
coffey.dad
internal
models
helpers.go
package models type Scanner interface { Scan(dest ...any) error }