David Crawshaw
297b3d6fa4
staticcheck.conf: turn off noisy lint errors
...
Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
5 years ago
Josh Bleecher Snyder
61e411344f
logtail/filch: add staticcheck annotation
...
To work around a staticcheck bug when running with GOOS=windows.
Signed-off-by: Josh Bleecher Snyder <josharian@gmail.com>
5 years ago
Brad Fitzpatrick
d6e9fb1df0
all: adjust Unix permissions for those without umasks
...
Fixes tailscale/corp#1165
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
5 years ago
Brad Fitzpatrick
7a2a3955d3
logtail/filch: skip a broken test on Windows
...
Add a TODO with some notes about why it's skipped for now.
Updates #50
6 years ago
Josh Bleecher Snyder
585a0d8997
all: use testing.T.TempDir
...
Bit of Friday cleanup.
Signed-off-by: Josh Bleecher Snyder <josh@tailscale.com>
6 years ago
Avery Pennarun
5eb09c8f5e
filch_test: clarify the use of os.RemoveAll().
...
Signed-off-by: Avery Pennarun <apenwarr@tailscale.com>
6 years ago
David Crawshaw
51a12d1307
filch: a few minor comments
...
Signed-off-by: David Crawshaw <crawshaw@tailscale.com>
6 years ago
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>
6 years ago
David Anderson
80ecb8342f
logtail/filch: use io's seek constants.
...
Signed-off-by: David Anderson <dave@natulte.net>
6 years ago
Earl Lee
a8d8b8719a
Move Linux client & common packages into a public repo.
6 years ago