Blame vendor/github.com/Azure/go-autorest/doc.go

Packit Service 3a6627
/*
Packit Service 3a6627
Package go-autorest provides an HTTP request client for use with Autorest-generated API client packages.
Packit Service 3a6627
*/
Packit Service 3a6627
package go_autorest
Packit Service 3a6627
Packit Service 3a6627
// Copyright 2017 Microsoft Corporation
Packit Service 3a6627
//
Packit Service 3a6627
//  Licensed under the Apache License, Version 2.0 (the "License");
Packit Service 3a6627
//  you may not use this file except in compliance with the License.
Packit Service 3a6627
//  You may obtain a copy of the License at
Packit Service 3a6627
//
Packit Service 3a6627
//      http://www.apache.org/licenses/LICENSE-2.0
Packit Service 3a6627
//
Packit Service 3a6627
//  Unless required by applicable law or agreed to in writing, software
Packit Service 3a6627
//  distributed under the License is distributed on an "AS IS" BASIS,
Packit Service 3a6627
//  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Packit Service 3a6627
//  See the License for the specific language governing permissions and
Packit Service 3a6627
//  limitations under the License.