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

m.User.TeamId undefined #18

Closed
guyguy333 opened this issue Apr 25, 2016 · 2 comments
Closed

m.User.TeamId undefined #18

guyguy333 opened this issue Apr 25, 2016 · 2 comments

Comments

@guyguy333
Copy link

Hi,

I get a build error when I try to install matterbridge

go get github.com/42wim/matterbridge
src/github.com/42wim/matterbridge-plus/matterclient/matterclient.go:189: m.User.TeamId undefined (type *model.User has no field or method TeamId)

I'm using go1.5 linux/amd64 on CentOS 7. Does Matterbridge require Go 1.6 ?

Thanks

@42wim
Copy link
Owner

42wim commented Apr 25, 2016

I'm using go 1.6, but go 1.5 should also work if you put export GO15VENDOREXPERIMENT=1 before compiling, so that the vendor directory is used.

@guyguy333
Copy link
Author

@42wim Thank you, it solved the issue.

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