6 lines
70 B
Go
6 lines
70 B
Go
|
package barertc
|
||
|
|
||
|
import "time"
|
||
|
|
||
|
const PingInterval = 60 * time.Second
|