all repos — elgit @ f41c7baefd86bf8db0e5f096c449997d9427f813

fork of legit: web frontend for git, written in go

configure golangci-lint

Alan Pearce
commit

f41c7baefd86bf8db0e5f096c449997d9427f813

parent

721a55a5b5ab180d4828e8de8175b24ca8d244f3

1 file changed, 1 insertion(+), 0 deletions(-)

changed files
M git/service/write_flusher.gogit/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) }