golint comment fix

internal/ctlsock/ctlsock_serve.go:73:1: comment on exported const
ReadBufSize should be of the form "ReadBufSize ..."
This commit is contained in:
Jakob Unterwurzacher 2017-01-29 19:01:16 +01:00
parent c8fb619971
commit 2bdd0ec802
1 changed files with 1 additions and 0 deletions

View File

@ -70,6 +70,7 @@ func (ch *ctlSockHandler) acceptLoop() {
}
}
// ReadBufSize is the size of the request read buffer.
// The longest possible path is 4096 bytes on Linux and 1024 on Mac OS X so
// 5000 bytes should be enough to hold the whole JSON request. This
// assumes that the path does not contain too many characters that had to be