hpcloud / tail

Go package for reading from continously updated files (tail -f)
MIT License
2.71k stars 503 forks source link

Import Issue #96

Open wghilliard opened 8 years ago

wghilliard commented 8 years ago

When I attempt to build, this error occurs:

# github.com/hpcloud/tail/
../github.com/hpcloud/tail/tail.go:18: non-canonical import path "github.com/hpcloud/tail//vendor/gopkg.in/tomb.v1" (should be "github.com/hpcloud/tail/vendor/gopkg.in/tomb.v1")
../github.com/hpcloud/tail/tail.go:18: can't find import: "gopkg.in/tomb.v1"

Any idea how to fix this?