You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that because go-yelp uses the null package in defining structs, the vendored package is exposed and causing this issue. After thinking about it and talking with others, two potential solutions seem to be either 1) not vendoring the package at all, or 2) keeping the vendored package, but create public functions that can be accessed to create the structs defined in go-yelp.
Do you have any thoughts?
The text was updated successfully, but these errors were encountered:
I'm getting this issue when using this package: http://stackoverflow.com/questions/38091816/packages-type-cannot-be-used-as-the-vendored-packages-type
It seems that because go-yelp uses the null package in defining structs, the vendored package is exposed and causing this issue. After thinking about it and talking with others, two potential solutions seem to be either 1) not vendoring the package at all, or 2) keeping the vendored package, but create public functions that can be accessed to create the structs defined in go-yelp.
Do you have any thoughts?
The text was updated successfully, but these errors were encountered: