good morning!!!!

Skip to content
Snippets Groups Projects
Unverified Commit 5793e7d5 authored by Anmol Sethi's avatar Anmol Sethi
Browse files

internal/util: golint

parent 61942a4d
No related branches found
No related tags found
No related merge requests found
package util
// WriterFunc is used to implement one off io.Writers.
type WriterFunc func(p []byte) (int, error)
func (f WriterFunc) Write(p []byte) (int, error) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment