mirror of
https://github.com/elobuff/gortmp
synced 2026-04-22 15:57:25 +08:00
10 lines
79 B
Go
10 lines
79 B
Go
package rtmp
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestBuilds(t *testing.T) {
|
|
return
|
|
}
|