Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

./bamboo.go:142: unknown lumberjack.Logger field 'Filename' in struct literal #61

Closed
vlebedev opened this issue Nov 17, 2014 · 3 comments

Comments

@vlebedev
Copy link

Can't build bamboo deb package

@j1n6
Copy link
Contributor

j1n6 commented Nov 17, 2014

Hello, you need to use godep to restore dependencies:

go get github.com/tools/godep
go get -t github.com/smartystreets/goconvey

cd $GOPATH/github.com/QubitProducts/bamboo
godep restore

@vlebedev
Copy link
Author

Thanks, it worked. Could be useful to put it in the docs though.

@j1n6
Copy link
Contributor

j1n6 commented Nov 17, 2014

it's in the front page readme doc, but it's located at very bottom of it 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants