doc.go raw

   1  // Copyright 2016 The Go Authors. All rights reserved.
   2  // Use of this source code is governed by a BSD-style
   3  // license that can be found in the LICENSE file.
   4  
   5  // Package gensupport is an internal implementation detail used by code
   6  // generated by the google-api-go-generator tool.
   7  //
   8  // This package may be modified at any time without regard for backwards
   9  // compatibility. It should not be used directly by API users.
  10  package gensupport
  11