mirror of
https://github.com/elobuff/gortmp
synced 2025-09-26 23:15:51 +08:00
10 lines
79 B
Go
10 lines
79 B
Go
package rtmp
|
|
|
|
import (
|
|
"testing"
|
|
)
|
|
|
|
func TestBuilds(t *testing.T) {
|
|
return
|
|
}
|