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