Skip to content

Commit

Permalink
docs: add missing brace in the README example
Browse files Browse the repository at this point in the history
Add a missing closing brace to the README example so that it is a valid script
  • Loading branch information
LucasRoesler authored Apr 13, 2022
1 parent c79ebbf commit dd3e2f8
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 @@ -67,6 +67,7 @@ func main() {
n, _ := io.Copy(out, src)

log.Printf("copied %d bytes", n)
}
```

## Development
Expand Down

0 comments on commit dd3e2f8

Please sign in to comment.