Skip to content

Commit 5793e7d

Browse files
committed
internal/util: golint
1 parent 61942a4 commit 5793e7d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/util/util.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
package util
22

3+
// WriterFunc is used to implement one off io.Writers.
34
type WriterFunc func(p []byte) (int, error)
45

56
func (f WriterFunc) Write(p []byte) (int, error) {

0 commit comments

Comments
 (0)