6 lines
152 B
Go
6 lines
152 B
Go
|
/*
|
||
|
Package http provides the HTTP transport client and request/response types
|
||
|
needed to round trip API operation calls with an service.
|
||
|
*/
|
||
|
package http
|