-
Notifications
You must be signed in to change notification settings - Fork 16
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
type not define in rpc.go #1
Comments
I'm not sure what issue you are having. Please include logs and the commands used to generate them. |
I know the root case: your project cannot build successfully when use the latest github.com/kolo/xmlrpc. maybe you should manage your third party package by vendorhttps://github.com/golang/dep |
This package predates vendoring by a wide margin. If you'd like to issue a PR to solve the issue and integrate |
Facing the same issue:
@powxiao : Were you able to use that commit to proceed? Do you have a working go-supervisor? @bluedragonx : Can you let me know what is the commit id of kolo/xmlrpc you used? |
I have already update github.com/kolo/xmlrpc, but xmlrpc.Struct and xmlrpc.Params are still undefine in rpc.go, how can I fix this issue?
The text was updated successfully, but these errors were encountered: