Skip to content

Commit

Permalink
feat: add comment
Browse files Browse the repository at this point in the history
Signed-off-by: hlts2 <[email protected]>
  • Loading branch information
hlts2 committed Aug 13, 2020
1 parent 5054647 commit 3385646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/compress/lz4/lz4.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ type writer struct {
*lz4.Writer
}

// Header returns lz4.Writer.Header object.
func (w *writer) Header() *Header {
return &w.Writer.Header
}
Expand Down

0 comments on commit 3385646

Please sign in to comment.