todo
cicd / ci (push) Successful in 1m21s
Details
cicd / ci (push) Successful in 1m21s
Details
parent
4e72d25dce
commit
682dc9880e
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue