mirror of
https://github.com/yusing/godoxy.git
synced 2026-03-18 23:44:40 +01:00
10 lines
88 B
Go
10 lines
88 B
Go
package route
|
|
|
|
import (
|
|
"time"
|
|
)
|
|
|
|
const (
|
|
streamStopListenTimeout = 1 * time.Second
|
|
)
|