mirror of https://bitbucket.org/ausocean/av.git
Fix package-level doc comment.
This commit is contained in:
parent
a365424f5a
commit
149a2fa6b9
|
@ -31,6 +31,9 @@ LICENSE
|
||||||
Copyright (C) 2008-2009 Andrej Stepanchuk
|
Copyright (C) 2008-2009 Andrej Stepanchuk
|
||||||
Copyright (C) 2009-2010 Howard Chu
|
Copyright (C) 2009-2010 Howard Chu
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
// Package rtmp provides an RTMP client implementation.
|
||||||
|
// The package currently supports live streaming to YouTube.
|
||||||
package rtmp
|
package rtmp
|
||||||
|
|
||||||
import (
|
import (
|
||||||
|
|
Loading…
Reference in New Issue