Skip to content
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

Update server go.doc #35

Merged
merged 3 commits into from
Apr 18, 2022
Merged

Conversation

nathj07
Copy link
Contributor

@nathj07 nathj07 commented Mar 31, 2022

When working with this it was not immediately clear that the version parameter was not simply a string.

I figured it out reading the code, and hopefully this little update will be useful to others too.

When working with this it was not immediately clear that the `version` parameter was not simply a string.

I figured it out reading the code, and hopefully this little update will be useful to others too.
@google-cla
Copy link

google-cla bot commented Mar 31, 2022

Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA).

For more information, open the CLA check for this pull request.

@nathj07 nathj07 mentioned this pull request Apr 1, 2022
Copy link
Member

@tbpg tbpg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Just a couple minor whitespace changes and I'd be happy to merge this.

.gitignore Outdated
@@ -1 +1,4 @@
*.jar

# editor files
*.idea
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
*.idea
*.idea

tika/doc.go Outdated
Comment on lines 26 to 29
for removing the file when no longer needed. Version is a custom type,
and should be passed as such. There are constants in the code for these.
The following example downloads version 1.21 to the named JAR in the
current working directory.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
for removing the file when no longer needed. Version is a custom type,
and should be passed as such. There are constants in the code for these.
The following example downloads version 1.21 to the named JAR in the
current working directory.
for removing the file when no longer needed.
Version is a custom type,
and should be passed as such. There are constants in the code for these.
The following example downloads version 1.21 to the named JAR in the
current working directory.

(New paragraph, need to adjust line breaks.)

1. new lines in doc.go
2. new line at the endo of .gitignore
@nathj07
Copy link
Contributor Author

nathj07 commented Apr 1, 2022

Hi @tbpg, thanks for the feedback. I've made those requested changes now. Hope it looks alright

@nathj07
Copy link
Contributor Author

nathj07 commented Apr 1, 2022

the lint failure is unclear to me, is there something I need to change?

@tbpg
Copy link
Member

tbpg commented Apr 18, 2022

@nathj07, would you mind pulling in the latest changes from main? Looks like I don't have edit access. I updated the CI config and it seems to be working now.

@tbpg tbpg merged commit 8b4f630 into google:main Apr 18, 2022
@nathj07 nathj07 deleted the update-go-doc-download-example branch April 19, 2022 06:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants