Skip to content

Commit

Permalink
better comment
Browse files Browse the repository at this point in the history
  • Loading branch information
letFunny committed Sep 30, 2024
1 parent e070332 commit b39cfe7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/fsutil/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ func (rp *readerProxy) Read(p []byte) (n int, err error) {

// writerProxy implements the io.WriteCloser interface proxying the calls to its
// inner io.WriteCloser. On each write, the proxy keeps track of the file size
// and hash.
// and hash. The associated entry hash and size are updated when Close() is
// called.
type writerProxy struct {
inner io.WriteCloser
h hash.Hash
Expand Down

0 comments on commit b39cfe7

Please sign in to comment.