package network import "time" const ( DefaultTimeout = 10 * time.Second DefaultHTTPTimeout = DefaultTimeout DefaultBufferSize = 4096 )