-
Notifications
You must be signed in to change notification settings - Fork 843
src/goModifytags: support gomodifytags's --template flag #826
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
Conversation
as of [1.11.0](https://github.com/fatih/gomodifytags/releases/tag/v1.11.0) there is a `--template` option in gomofidytags tha allows to give a special formatting to the tags, this adds support to it.
|
This PR (HEAD: eedcd27) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/264299 to see it. Tip: You can toggle comments from me using the |
|
This PR (HEAD: e855d50) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/264299 to see it. Tip: You can toggle comments from me using the |
|
Message from Hyang-Ah Hana Kim: Patch Set 2: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/264299. |
|
Message from Horacio Duran: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/264299. |
|
Message from Horacio Duran: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/264299. |
|
Message from Horacio Duran: Patch Set 3: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/264299. |
|
Message from Hyang-Ah Hana Kim: Patch Set 3: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/264299. |
if the version of gomodifytags does not have --template (we try to infer that) let the user know and prompt for update.
|
This PR (HEAD: 2bff476) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/264299 to see it. Tip: You can toggle comments from me using the |
|
Message from Horacio Duran: Patch Set 4: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/264299. |
|
This PR (HEAD: 9083554) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/264299 to see it. Tip: You can toggle comments from me using the |
|
Message from Hyang-Ah Hana Kim: Patch Set 6: Run-TryBot+1 Trust+1 (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/264299. |
|
Message from kokoro: Patch Set 6: Kokoro presubmit build starting for golang/vscode-go/gcp_ubuntu/presubmit Please don’t reply on this GitHub thread. Visit golang.org/cl/264299. |
This was an accidental commit
|
This PR (HEAD: 0e3e70d) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/264299 to see it. Tip: You can toggle comments from me using the |
I am doing this on the web and for some reason it keeps adding the line
|
This PR (HEAD: b26a2a6) has been imported to Gerrit for code review. Please visit https://go-review.googlesource.com/c/vscode-go/+/264299 to see it. Tip: You can toggle comments from me using the |
|
Message from Horacio Duran: Patch Set 8: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/264299. |
|
Message from Hyang-Ah Hana Kim: Patch Set 8: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/264299. |
|
Message from kokoro: Patch Set 6: TryBot-Result-1 Kokoro presubmit build finished with status: FAILURE Please don’t reply on this GitHub thread. Visit golang.org/cl/264299. |
|
Message from Hyang-Ah Hana Kim: Patch Set 8: Code-Review+2 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/264299. |
Support gomodifytags 1.11.0 new --template feature As of [1.11.0](https://github.com/fatih/gomodifytags/releases/tag/v1.11.0) there is a `--template` option in gomofidytags that allows to give a special formatting to the tags, this adds support to it. Change-Id: I94949bbfa87941a4b04b5671e728442a849e0e5e GitHub-Last-Rev: b26a2a6 GitHub-Pull-Request: #826 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/264299 Reviewed-by: Hyang-Ah Hana Kim <[email protected]> Reviewed-by: Suzy Mueller <[email protected]> Trust: Suzy Mueller <[email protected]> Trust: Hyang-Ah Hana Kim <[email protected]>
|
Message from Suzy Mueller: Patch Set 8: Code-Review+2 Trust+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/264299. |
|
This PR is being closed because golang.org/cl/264299 has been merged. |
Support gomodifytags 1.11.0 new --template feature
As of 1.11.0 there is a
--templateoption in gomofidytags that allows to give a special formatting to the tags, this adds support to it.