@@ -9,11 +9,11 @@ import ( "net/http" "net/url" "dmitri.shuralyov.com/service/change" "dmitri.shuralyov.com/service/change/httproute" "github.com/shurcooL/go/ctxhttp" "golang.org/x/net/context/ctxhttp" ) // NewChange creates a client that implements change.Service remotely over HTTP. // If a nil httpClient is provided, http.DefaultClient will be used. // scheme and host can be empty strings to target local service.