protocol/rtcp/rtcp.go: added package comment

This commit is contained in:
Saxon 2019-05-09 11:35:07 +09:30
parent a06083ecb7
commit 841dccaec8
1 changed files with 2 additions and 0 deletions

View File

@ -26,6 +26,8 @@ LICENSE
in gpl.txt. If not, see http://www.gnu.org/licenses.
*/
// Package RTCP provides RTCP data structures and a client for communicating
// with an RTCP service.
package rtcp
import (