We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The simple example in the README doesn't work with Windows 10 Pro x64 (Version 10.0.19042 Build 19042). Adding Poll: true, insted, works:
Poll: true
t, err := tail.TailFile(fpath, tail.Config{Follow: true, Poll: true}) for line := range t.Lines { fmt.Println(line.Text) }
I think you could mention it in the README
The text was updated successfully, but these errors were encountered:
@tommyblue I also encountered this problem, but now I have used the system command to solve it and developed a dependency. You can refer to: https://github.com/Licoy/stail
Sorry, something went wrong.
thanks
No branches or pull requests
The simple example in the README doesn't work with Windows 10 Pro x64 (Version 10.0.19042 Build 19042).
Adding
Poll: true
, insted, works:I think you could mention it in the README
The text was updated successfully, but these errors were encountered: