configure golangci-lint
1 file changed, 1 insertion(+), 0 deletions(-)
changed files
M git/service/write_flusher.go → git/service/write_flusher.go
@@ -21,5 +21,6 @@ } func (w writeFlusher) Write(p []byte) (int, error) { defer w.wf.Flush() + return w.wf.Write(p) }