Skip to content

Commit

Permalink
fix example in README (#815)
Browse files Browse the repository at this point in the history
The first example is missing a closing breaket.
Fixes #814
  • Loading branch information
Andreas Auernhammer authored and deekoder committed Sep 20, 2017
1 parent f98a667 commit 0e3126e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ func main() {
}

log.Printf("%#v\n", minioClient) // minioClient is now setup
}
```

## Quick Start Example - File Uploader
Expand Down

0 comments on commit 0e3126e

Please sign in to comment.