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