-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Add GoOracleTags command to set build tags for oracle #573
Conversation
97d4aba
to
d010758
Compare
Hi @gonotes Thanks for this addition. After that a couple of things:
I also going to make comments to the PR, please fix them too. |
@@ -115,6 +121,7 @@ func! s:RunOracle(mode, selected, needs_package) range abort | |||
" info check Oracle's User Manual section about scopes: | |||
" https://docs.google.com/document/d/1SLk36YRjjMgKqe490mSRzOPYEDe0Y_WQNRv-EiFYUyw/view#heading=h.nwso96pj07q8 | |||
let cmd .= ' ' . go#util#Shelljoin(scopes) | |||
" echon "vim-go: " | echohl Function | echon "current cmd is: '". cmd ."'" | echohl None |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah,remove done.
d9548ce
to
d010758
Compare
@gonotes This is not mergable right now, fyi |
@fatih Conflit has been resolved.Many thanks for your help,this is my first time commit PR. |
Add GoOracleTags command to set build tags for oracle
Thanks @gonotes. Just came back, sorry for the late response. |
When I reading docker source code, which locate in github.com/docker/docker/docker directory, I could not use GoReferrer to find "mainDaemon" when docker as daemon.What I found is client code when docker as client and without golang build tags "daemon".
So I try to add GoTags command,which can set oracle command param "-tags",then thing goes well!