hpcloud / tail

Go package for reading from continously updated files (tail -f)
MIT License
2.72k stars 505 forks source link

Remove deprecated os.SEEK consts #131

Open StoicPerlman opened 6 years ago

StoicPerlman commented 6 years ago

@Nino-K This caused go 1.5 and 1.6 to break (io.Seek consts were added in 1.7 i guess and os.SEEK was deprecated) so I also removed them from travis. I added in 1.9. If this doesn't work for you please let me know.

akshaymoghe commented 6 years ago

At this point, only supporting 1.7+ seems reasonable, no?