// New wraps Unbound's ub_ctx_create. func New() *Unbound { u := new(Unbound) u.ctx = C.ub_ctx_create() u.version = u.Version() return u }
// New wraps Unbound's ub_ctx_create. func New() *Unbound { u := new(Unbound) u.ctx = C.ub_ctx_create() return u }