Merge pull request #41 from kouk/master

support freebsd, like darwin
This commit is contained in:
Sridhar Ratnakumar 2014-10-08 12:42:06 -07:00
commit 068b72961a
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
// +build linux darwin // +build linux darwin freebsd
package tail package tail

View File

@ -1,5 +1,5 @@
// Copyright (c) 2013 ActiveState Software Inc. All rights reserved. // Copyright (c) 2013 ActiveState Software Inc. All rights reserved.
// +build linux darwin // +build linux darwin freebsd
package watch package watch