Sign in
chromium
/
external
/
github.com
/
ActiveState
/
tail
/
refs/heads/300085-tailreader-support
/
.
/
Makefile
blob: bc29f7e3b33b6305808bb00b3e3e7aae298c9b02 [
file
] [
edit
]
default
:
test
test
:
*.
go
go test
-
v
./...
fmt
:
gofmt
-
w
.
# Run the test in an isolated environment.
fulltest
:
docker build
-
t
ActiveState
/
tail
.