hpcloud / tail

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

Simplify non-Windows build tag #162

Closed mohammed90 closed 4 years ago

mohammed90 commented 4 years ago

Fixes #161

mohammed90 commented 4 years ago

The failure is because travis-ci build uses Go 1.8 max, and there's dependency on the package math/bits which is introduced in Go 1.9. The build with Go tip on Travis passes.

mholt commented 4 years ago

Oo, yes please. Would love to see this merged.

nxadm commented 4 years ago

FWIW I added your changes to my fork of tail where I try to keep up with usefull PRs for the dormant upstream project.