todo
All checks were successful
cicd / ci (push) Successful in 1m21s

This commit is contained in:
bel
2024-07-13 23:35:52 -06:00
parent 4e72d25dce
commit 682dc9880e

View File

@@ -25,6 +25,10 @@ func NewFiles(p string, q ...string) (Files, error) {
return f, err
}
func (files Files) Amend(old, now Delta) error {
return io.EOF
}
func (files Files) TempGetLastNLines(n int) ([]string, error) {
p := files.paths()[0]
f, err := os.Open(p)