Skip to content

Conversation

@perrito666
Copy link
Contributor

Support gomodifytags 1.11.0 new --template feature

As of 1.11.0 there is a --template option in gomofidytags that allows to give a special formatting to the tags, this adds support to it.

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.
@google-cla google-cla bot added the cla: yes Used by googlebot to label PRs as having a valid CLA. The text of this label should not change. label Oct 22, 2020
@gopherbot
Copy link
Collaborator

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 comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link
Collaborator

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 comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link
Collaborator

Message from Hyang-Ah Hana Kim:

Patch Set 2:

(2 comments)


Please don’t reply on this GitHub thread. Visit golang.org/cl/264299.
After addressing review feedback, remember to publish your drafts!

@perrito666 perrito666 changed the title Add vscode support for gomodifytags --template support gomodifytags's --template flag Oct 22, 2020
@gopherbot
Copy link
Collaborator

Message from Horacio Duran:

Patch Set 3:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/264299.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Collaborator

Message from Horacio Duran:

Patch Set 3:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/264299.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Collaborator

Message from Horacio Duran:

Patch Set 3:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/264299.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Collaborator

Message from Hyang-Ah Hana Kim:

Patch Set 3:

(2 comments)


Please don’t reply on this GitHub thread. Visit golang.org/cl/264299.
After addressing review feedback, remember to publish your drafts!

@perrito666 perrito666 changed the title support gomodifytags's --template flag src/goModifytags: support gomodifytags's --template flag Oct 22, 2020
if the version of gomodifytags does not have --template (we try to infer
that) let the user know and prompt for update.
@gopherbot
Copy link
Collaborator

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 comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link
Collaborator

Message from Horacio Duran:

Patch Set 4:

(2 comments)


Please don’t reply on this GitHub thread. Visit golang.org/cl/264299.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Collaborator

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 comments slash command (e.g. /comments off)
See the Wiki page for more info

@hyangah hyangah added this to the v0.19.0 milestone Oct 30, 2020
@gopherbot
Copy link
Collaborator

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.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Collaborator

Message from kokoro:

Patch Set 6:

Kokoro presubmit build starting for golang/vscode-go/gcp_ubuntu/presubmit
Logs at:
https://source.cloud.google.com/results/invocations/b9ec9ba1-0876-4189-b2f7-688125497587


Please don’t reply on this GitHub thread. Visit golang.org/cl/264299.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Collaborator

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 comments slash command (e.g. /comments off)
See the Wiki page for more info

I am doing this on the web and for some reason it keeps adding the line
@gopherbot
Copy link
Collaborator

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 comments slash command (e.g. /comments off)
See the Wiki page for more info

@gopherbot
Copy link
Collaborator

Message from Horacio Duran:

Patch Set 8:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/264299.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Collaborator

Message from Hyang-Ah Hana Kim:

Patch Set 8:

(1 comment)


Please don’t reply on this GitHub thread. Visit golang.org/cl/264299.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Collaborator

Message from kokoro:

Patch Set 6: TryBot-Result-1

Kokoro presubmit build finished with status: FAILURE
Logs at: https://source.cloud.google.com/results/invocations/b9ec9ba1-0876-4189-b2f7-688125497587


Please don’t reply on this GitHub thread. Visit golang.org/cl/264299.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Collaborator

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.
After addressing review feedback, remember to publish your drafts!

gopherbot pushed a commit that referenced this pull request Nov 2, 2020
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]>
@gopherbot
Copy link
Collaborator

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.
After addressing review feedback, remember to publish your drafts!

@gopherbot
Copy link
Collaborator

This PR is being closed because golang.org/cl/264299 has been merged.

@gopherbot gopherbot closed this Nov 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes Used by googlebot to label PRs as having a valid CLA. The text of this label should not change.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants