mirror of
https://github.com/lkmio/gb-cms.git
synced 2025-09-27 12:02:19 +08:00
11 lines
143 B
Go
11 lines
143 B
Go
package main
|
|
|
|
import "testing"
|
|
|
|
func TestName(t *testing.T) {
|
|
for i := 0; i < 10; i++ {
|
|
println(GetLiveSSRC())
|
|
println(GetVodSSRC())
|
|
}
|
|
}
|