Stubs in pm pull

This commit is contained in:
sm
2018-03-02 23:23:04 -08:00
parent d534949255
commit 49f82610a3
2 changed files with 14 additions and 1 deletions
+8
View File
@@ -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")
}