Update quic-go to fix a regression

This commit is contained in:
Frank Denis 2023-06-01 11:32:10 +02:00
parent f9f68cf0a3
commit 62ef5c9d02
11 changed files with 201 additions and 87 deletions

View file

@ -91,7 +91,7 @@ const (
// UnmarshalText method. See the Unmarshaler example for a demonstration with
// email addresses.
//
// ### Key mapping
// # Key mapping
//
// TOML keys can map to either keys in a Go map or field names in a Go struct.
// The special `toml` struct tag can be used to map TOML keys to struct fields