update code comment

Signed-off-by: kim (grufwub) <grufwub@gmail.com>
This commit is contained in:
kim (grufwub) 2020-05-14 13:15:28 +01:00
parent 2ce15bb00d
commit 89b76c0aa4

View File

@ -41,7 +41,7 @@ type ServerConfig struct {
SocketReadDeadline time.Duration
SocketWriteDeadline time.Duration
/* Precompiled regular expressions for performance */
/* Precompiled regular expressions */
RgxGophermap *regexp.Regexp
RgxCgiBin *regexp.Regexp
}