google-api-go-client: Wrap comments correctly when generating code.

The logic change is in google-api-go-generator/gen.go. The rest of the
changes are the result of regenerating the other files with the updated
generator.

Change-Id: I3e3579efe957f4aa74cef934cf8f6a66f80077ee
Reviewed-on: https://code-review.googlesource.com/2403
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
63 files changed
tree: 0150abca005a07213589ae46f6c143368fb8f5e5
  1. adexchangebuyer/
  2. adexchangeseller/
  3. admin/
  4. adsense/
  5. adsensehost/
  6. analytics/
  7. androidenterprise/
  8. androidpublisher/
  9. appsactivity/
  10. appstate/
  11. audit/
  12. autoscaler/
  13. bigquery/
  14. blogger/
  15. books/
  16. calendar/
  17. civicinfo/
  18. cloudlatencytest/
  19. cloudmonitoring/
  20. cloudsearch/
  21. compute/
  22. computeaccounts/
  23. container/
  24. content/
  25. coordinate/
  26. customsearch/
  27. dataflow/
  28. datastore/
  29. deploymentmanager/
  30. dfareporting/
  31. discovery/
  32. dns/
  33. doubleclickbidmanager/
  34. doubleclicksearch/
  35. drive/
  36. examples/
  37. fitness/
  38. freebase/
  39. fusiontables/
  40. games/
  41. gamesconfiguration/
  42. gamesmanagement/
  43. gan/
  44. genomics/
  45. gmail/
  46. google-api-go-generator/
  47. googleapi/
  48. groupsmigration/
  49. groupssettings/
  50. identitytoolkit/
  51. lib/
  52. licensing/
  53. logging/
  54. manager/
  55. mapsengine/
  56. mirror/
  57. oauth2/
  58. pagespeedonline/
  59. plus/
  60. plusdomains/
  61. prediction/
  62. pubsub/
  63. qpxexpress/
  64. replicapool/
  65. replicapoolupdater/
  66. reseller/
  67. resourceviews/
  68. siteverification/
  69. spectrum/
  70. sqladmin/
  71. storage/
  72. tagmanager/
  73. taskqueue/
  74. tasks/
  75. translate/
  76. urlshortener/
  77. webfonts/
  78. webmasters/
  79. youtube/
  80. youtubeanalytics/
  81. .hgignore
  82. .hgtags
  83. .travis.yml
  84. AUTHORS
  85. CONTRIBUTING.md
  86. CONTRIBUTORS
  87. GettingStarted.md
  88. LICENSE
  89. Makefile
  90. NOTES
  91. README.md
  92. TODO
README.md

Google APIs Client Library for Go

Status

Build Status

These are auto-generated Go libraries from the Google Discovery Service's JSON description files of the available “new style” Google APIs.

Announcement email: http://groups.google.com/group/golang-nuts/browse_thread/thread/6c7281450be9a21e

Getting started documentation:

https://github.com/google/google-api-go-client/blob/master/GettingStarted.md

In summary:

$ go get google.golang.org/api/storage/v1
$ go get google.golang.org/api/tasks/v1
$ go get google.golang.org/api/moderator/v1
... etc ...

For docs, see e.g.:

https://godoc.org/google.golang.org/api/storage/v1

The package of a given import is the second-to-last component, before the version number.

For examples, see:

https://github.com/google/google-api-go-client/tree/master/examples

For support, use the golang-nuts@ mailing list:

https://groups.google.com/group/golang-nuts