Skip to content

Commit b6b2658

Browse files
committed
Merge pull request #144 from papertrail/018-fsnotify-tail-additions
add fsnotify/fsnotify and hpcloud/tail
2 parents 9d9e629 + 0c5e8fc commit b6b2658

File tree

261 files changed

+108871
-3841
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

261 files changed

+108871
-3841
lines changed

.travis.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: go
22
go:
3-
- 1.3
3+
- 1.6.2
44
install:
55
- export PATH=$HOME/gopath/bin:$PATH
6+
- export GO15VENDOREXPERIMENT=0
67
- go get -v -u github.com/kr/godep
78
script:
89
- godep go test ./...

Godeps/Godeps.json

+36-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/github.com/ActiveState/tail/.travis.yml

-10
This file was deleted.

Godeps/_workspace/src/github.com/ActiveState/tail/Dockerfile

-27
This file was deleted.

Godeps/_workspace/src/github.com/ActiveState/tail/LICENSE.txt

-23
This file was deleted.

Godeps/_workspace/src/github.com/ActiveState/tail/README.md

-24
This file was deleted.

Godeps/_workspace/src/github.com/ActiveState/tail/cmd/gotail/.gitignore

-1
This file was deleted.

Godeps/_workspace/src/github.com/ActiveState/tail/cmd/gotail/Makefile

-4
This file was deleted.

Godeps/_workspace/src/github.com/ActiveState/tail/cmd/gotail/gotail.go

-64
This file was deleted.

Godeps/_workspace/src/github.com/ActiveState/tail/deps.json

-14
This file was deleted.

Godeps/_workspace/src/github.com/ActiveState/tail/ratelimiter/leakybucket_test.go

-73
This file was deleted.

0 commit comments

Comments
 (0)