package recconv import "github.com/curusarn/resh/internal/record" func LegacyToV1(r *record.Legacy) *record.V1 { return &record.V1{ // FIXME: fill in all the fields } }