Stubs in pm pull
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
package remote
|
||||
|
||||
import "github.com/pkg/errors"
|
||||
|
||||
// Pull updates the available package database.
|
||||
func Pull(root string) error {
|
||||
return errors.New("NYI")
|
||||
}
|
||||
Reference in New Issue
Block a user