Skip to content

Commit 6f11ba5

Browse files
committed
Fix docstring formating
1 parent a2cdae7 commit 6f11ba5

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

rest/access_log_apache.go

+17-17
Original file line numberDiff line numberDiff line change
@@ -18,23 +18,23 @@ import (
1818
// This implementation is a subset of Apache mod_log_config.
1919
// (See http://httpd.apache.org/docs/2.0/mod/mod_log_config.html)
2020
//
21-
// %b content length in bytes, - if 0
22-
// %B content length in bytes
23-
// %D response elapsed time in microseconds
24-
// %h remote address
25-
// %H server protocol
26-
// %l identd logname, not supported, -
27-
// %m http method
28-
// %P process id
29-
// %q query string
30-
// %r first line of the request
31-
// %s status code
32-
// %S status code preceeded by a terminal color
33-
// %t time of the request
34-
// %T response elapsed time in seconds, 3 decimals
35-
// %u remote user, - if missing
36-
// %{User-Agent}i user agent, - if missing
37-
// %{Referer}i referer, - is missing
21+
// %b content length in bytes, - if 0
22+
// %B content length in bytes
23+
// %D response elapsed time in microseconds
24+
// %h remote address
25+
// %H server protocol
26+
// %l identd logname, not supported, -
27+
// %m http method
28+
// %P process id
29+
// %q query string
30+
// %r first line of the request
31+
// %s status code
32+
// %S status code preceeded by a terminal color
33+
// %t time of the request
34+
// %T response elapsed time in seconds, 3 decimals
35+
// %u remote user, - if missing
36+
// %{User-Agent}i user agent, - if missing
37+
// %{Referer}i referer, - is missing
3838
//
3939
// Some predefined formats are provided as contants.
4040
type AccessLogFormat string

0 commit comments

Comments
 (0)