natefinch / lumberjack

lumberjack is a log rolling package for Go
MIT License
4.79k stars 591 forks source link

go get fails because it can't find go-import tags #67

Closed erbesharat closed 6 years ago

erbesharat commented 6 years ago

go get gopkg.in/natefinch/lumberjack.v2 fails with the following output:

package gopkg.in/natefinch/lumberjack.v2: unrecognized import path "gopkg.in/natefinch/lumberjack.v2" (parse https://gopkg.in/natefinch/lumberjack.v2?go-get=1: no go-import meta tags ())
natefinch commented 6 years ago

This was a brief issue with one of github's machines going wonky: https://github.com/niemeyer/gopkg/issues/63

Should be fixed now.