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