| // Copyright 2023 The Go Authors. All rights reserved. | |
| // Use of this source code is governed by a BSD-style | |
| // license that can be found in the LICENSE file. | |
| // Package quic is an experimental, incomplete implementation of the QUIC protocol. | |
| // This package is a work in progress, and is not ready for use at this time. | |
| // | |
| // This package implements (or will implement) RFC 9000, RFC 9001, and RFC 9002. | |
| package quic |