mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-19 16:47:03 +01:00
6 lines
70 B
Go
6 lines
70 B
Go
package dockerapi
|
|
|
|
import "time"
|
|
|
|
const reqTimeout = 10 * time.Second
|