Skip to content

Commit

Permalink
docs: clarify library stability
Browse files Browse the repository at this point in the history
Change-Id: I714e21760994a86590def1db2a2a8e5632409a00
Reviewed-on: https://code-review.googlesource.com/c/google-api-go-client/+/39871
Reviewed-by: Chris Broadfoot <cbro@google.com>
  • Loading branch information
jeanbza committed Apr 15, 2019
1 parent 5f67ac4 commit 9e7f2a8
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,15 @@
//
// Versioning and Stability
//
// Clients in these subpackages follow semver as specified in
// https://cloud.google.com/apis/design/versioning.
// Due to the auto-generated nature of this collection of libraries, complete
// APIs or specific versions can appear or go away without notice. As a result,
// you should always locally vendor any API(s) that your code relies upon.
//
// Google APIs follow semver as specified by
// https://cloud.google.com/apis/design/versioning. The code generator and
// the code it produces - the libraries in the google.golang.org/api/...
// subpackages - are beta.
//
// Note that versioning and stability is strictly not communicated through Go
// modules. Go modules are used only for dependency management. See the link
// above for stability guarantees.
// modules. Go modules are used only for dependency management.
package api

0 comments on commit 9e7f2a8

Please sign in to comment.