todo
cicd / ci (push) Successful in 1m21s Details

main
bel 2024-07-13 23:35:52 -06:00
parent 4e72d25dce
commit 682dc9880e
1 changed files with 4 additions and 0 deletions

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)