add overview comment for package

This commit is contained in:
xtaci
2019-05-16 13:35:08 +08:00
parent b72f21590b
commit 9a7974d233
2 changed files with 7 additions and 1 deletions
-1
View File
@@ -1,4 +1,3 @@
// Package kcp - A Fast and Reliable ARQ Protocol
package kcp
import (
+7
View File
@@ -1,3 +1,10 @@
// Package kcp-go is a reliable-udp library for golang.
//
// This library intents to provide a smooth, resilient, ordered,
// error-checked and anonymous delivery of streams over UDP packets.
//
// The interfaces of this package aims to be compatible with
// net.Conn in standard library, but offers powerful features for advanced users.
package kcp
import (