Fix package-level doc comment.

This commit is contained in:
Alan Noble 2019-04-26 00:36:23 +00:00
parent a365424f5a
commit 149a2fa6b9
1 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,9 @@ LICENSE
Copyright (C) 2008-2009 Andrej Stepanchuk
Copyright (C) 2009-2010 Howard Chu
*/
// Package rtmp provides an RTMP client implementation.
// The package currently supports live streaming to YouTube.
package rtmp
import (