コード例 #1
0
ファイル: option.go プロジェクト: spxtr/contrib
func (w withHTTPClient) Apply(o *internal.DialSettings) {
	o.HTTPClient = w.client
}