tailscale/logtail/filch
David Anderson de0239375a logtail/filch: use x/sys/unix instead of syscall.
In particular, the Dup2 syscall is not defined in the syscall
package on arm64, but is defined in x/sys/unix.

Signed-off-by: David Anderson <dave@natulte.net>
2020-02-13 23:56:39 -08:00
..
filch_test.go Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
filch_unix.go logtail/filch: use x/sys/unix instead of syscall. 2020-02-13 23:56:39 -08:00
filch_windows.go Move Linux client & common packages into a public repo. 2020-02-09 09:32:57 -08:00
filch.go logtail/filch: use io's seek constants. 2020-02-10 23:32:14 -08:00