This commit is contained in:
Bel LaPointe
2023-10-25 05:19:19 -06:00
parent fc33375d49
commit ff815a7169
2 changed files with 85 additions and 1 deletions

View File

@@ -10,7 +10,7 @@ func NewFiles(p string, q ...string) (Files, error) {
return f, err
}
func (files Files) Add(delta Delta) error {
func (files Files) Add(payee string, delta Delta) error {
// TODO
return io.EOF
}