summaryrefslogtreecommitdiff
path: root/pkg/tailfile
Commit message (Expand)AuthorAgeFilesLines
* testing: move fuzzers over from OSS-FuzzAdamKorcz2022-11-301-0/+39
* pkg/*: fix "empty-lines" (revive)Sebastiaan van Stijn2022-09-281-1/+0
* refactor: move from io/ioutil to io and os packageEng Zer Jun2021-08-271-8/+7
* bump gotest.tools v3.0.1 for compatibility with Go 1.14Sebastiaan van Stijn2020-02-111-1/+1
* pkg/tailfile: normalize comment formattingSebastiaan van Stijn2019-11-271-1/+1
* Remove unused functions, variables, fieldsSebastiaan van Stijn2019-09-181-1/+0
* Use assert.NilError() instead of assert.Assert()Sebastiaan van Stijn2019-01-211-12/+12
* Add func to get an io.Reader for tail operationsBrian Goff2018-08-102-43/+378
* Fix typos in pkgbin liu2018-02-101-1/+1
* Add canonical import commentDaniel Nephin2018-02-052-2/+2
* Change reading order of tailfileShayne Wang2016-11-131-1/+1
* typofix - https://github.com/vlajos/misspell_fixerVeres Lajos2015-08-071-1/+1
* Lint on pkg/* packagesVincent Demeester2015-07-271-2/+6
* Split reader interface from logger interfaceBrian Goff2015-07-211-1/+2
* Implement tail for docker logsAlexandr Morozov2014-07-012-0/+209