We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61942a4 commit 5793e7dCopy full SHA for 5793e7d
internal/util/util.go
@@ -1,5 +1,6 @@
1
package util
2
3
+// WriterFunc is used to implement one off io.Writers.
4
type WriterFunc func(p []byte) (int, error)
5
6
func (f WriterFunc) Write(p []byte) (int, error) {
0 commit comments