Skip to content

Commit ee6956f

Browse files
committed
quic: add internal/quic package
This package will eventually contain an implementation of the QUIC protocol. Place it under internal/ to begin with to avoid accidental use while it is in an incomplete state. For golang/go#58547 Change-Id: Ib3526e0bbe433e91283859913818d3e72fc194b6 Reviewed-on: https://go-review.googlesource.com/c/net/+/468402 Reviewed-by: Matt Layher <mdlayher@gmail.com> Reviewed-by: Roland Shoemaker <roland@golang.org> Run-TryBot: Matt Layher <mdlayher@gmail.com> TryBot-Result: Gopher Robot <gobot@golang.org> Run-TryBot: Damien Neil <dneil@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
1 parent 6826f5a commit ee6956f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

internal/quic/doc.go

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
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

0 commit comments

Comments
 (0)