Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
xobotyi authored Oct 21, 2022
1 parent 269b821 commit 7b87316
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">

# defer
# nakedefer

</div>

Expand Down Expand Up @@ -119,4 +119,4 @@ func testCaseExclude4() {
rc, _ := zlib.NewReader(bytes.NewReader([]byte("111")))
defer rc.Close() // valid - excluded
}
```
```

0 comments on commit 7b87316

Please sign in to comment.