package remote import "github.com/pkg/errors" // Pull updates the available package database. func Pull(root string) error { return errors.New("NYI") }