Josh Bleecher Snyder 5555728c72 logtail/filch: use bufio.ScanLines
splitLines here is identical to bufio.ScanLines,
except that bufio.ScanLines removes \r in addition to \n.
Trailing carriage returns shouldn't matter for our uses.
Since bufio.ScanLines is the default for a new bufio.Scanner,
we can delete the calls to Split too.
2021-02-10 12:03:13 -08:00
..
2021-02-10 12:03:13 -08:00
2020-04-27 07:33:23 -07:00
2021-01-15 19:11:40 -08:00

Tailscale Logs Service

This github repository contains libraries, documentation, and examples for working with the public API of the tailscale logs service.

For a very quick introduction to the core features, read the API docs and peruse the logs reprocessing example.

For more information, write to info@tailscale.io.