File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ _**Note:** These steps [will not embed proper version information](https://githu
5353
5454Requirements:
5555
56- - [ Go 1.13 or newer] ( https://golang.org/dl/ )
56+ - [ Go 1.14 or newer] ( https://golang.org/dl/ )
5757- Do NOT disable [ Go modules] ( https://github.com/golang/go/wiki/Modules ) (` export GO111MODULE=auto ` )
5858
5959Download the ` v2 ` source code:
Original file line number Diff line number Diff line change @@ -94,7 +94,9 @@ type Server struct {
9494 // client authentication.
9595 StrictSNIHost * bool `json:"strict_sni_host,omitempty"`
9696
97- // Logs customizes how access logs are handled in this server.
97+ // Customizes how access logs are handled in this server. To
98+ // minimally enable access logs, simply set this to a non-null,
99+ // empty struct.
98100 Logs * ServerLogConfig `json:"logs,omitempty"`
99101
100102 // Enable experimental HTTP/3 support. Note that HTTP/3 is not a
You can’t perform that action at this time.
0 commit comments