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

fix examples in README #815

Merged
merged 1 commit into from Sep 20, 2017
Merged

fix examples in README #815

merged 1 commit into from Sep 20, 2017

Conversation

aead
Copy link
Member

@aead aead commented Sep 19, 2017

The example in the README.md is missing a }.
This change adds it.

Fixes #814

Copy link
Contributor

@poornas poornas left a comment

Choose a reason for hiding this comment

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

LGTM.

@poornas
Copy link
Contributor

poornas commented Sep 19, 2017

@aead, the first example is also missing closing } for main(). Could you fix that as well?

@aead
Copy link
Member Author

aead commented Sep 19, 2017

Will do, thanks @poornas

README.md Outdated
@@ -67,7 +68,7 @@ We will use the Minio server running at [https://play.minio.io:9000](https://pla
package main

import (
"github.com/minio/minio-go"
minio "github.com/minio/minio-go"
Copy link
Member

Choose a reason for hiding this comment

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

these changes are frivolous we can avoid in this PR.

The first example is missing a closing breaket.
Fixes minio#814
@deekoder deekoder merged commit 0e3126e into minio:master Sep 20, 2017
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

4 participants