duke-git / lancet

A comprehensive, efficient, and reusable util function library of Go.

Home Page:https://www.golancet.cn/en/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature Request: Read Large Files by Line and Support Seek

suacrbah opened this issue · comments

I understand that now we have methods to read entire file by lines, maybe it's useful to read large files one line at a time and support utils like python's f.readline(), f.tell() and f.seek().

@suacrbah, Welcome to submit PR to solve it.