Skip to content

Commit

Permalink
spanner: mark as beta
Browse files Browse the repository at this point in the history
Change-Id: I98541d11ec9ecb6499e3821c0d822ab955d4c65b
Reviewed-on: https://code-review.googlesource.com/15030
Reviewed-by: Vikas Kedia <[email protected]>
  • Loading branch information
jba committed Jul 25, 2017
1 parent c6036dd commit c687e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ Google API | Status | Package
[Vision][cloud-vision] | beta | [`cloud.google.com/go/vision/apiv1`][cloud-vision-ref]
[Language][cloud-language] | beta | [`cloud.google.com/go/language/apiv1`][cloud-language-ref]
[Speech][cloud-speech] | beta | [`cloud.google.com/go/speech/apiv1`][cloud-speech-ref]
[Spanner][cloud-spanner] | alpha | [`cloud.google.com/go/spanner`][cloud-spanner-ref]
[Spanner][cloud-spanner] | beta | [`cloud.google.com/go/spanner`][cloud-spanner-ref]
[Translation][cloud-translation] | stable | [`cloud.google.com/go/translate`][cloud-translation-ref]
[Trace][cloud-trace] | alpha | [`cloud.google.com/go/trace`][cloud-trace-ref]
[Video Intelligence][cloud-video]| beta | [`cloud.google.com/go/videointelligence/apiv1beta1`][cloud-video-ref]
Expand Down
3 changes: 1 addition & 2 deletions spanner/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ Package spanner provides a client for reading and writing to Cloud Spanner
databases. See the packages under admin for clients that operate on databases
and instances.
Note: This package is in alpha. Backwards-incompatible changes may occur
without notice.
Note: This package is in beta. Some backwards-incompatible changes may occur.
See https://cloud.google.com/spanner/docs/getting-started/go/ for an introduction
to Cloud Spanner and additional help on using this API.
Expand Down

0 comments on commit c687e44

Please sign in to comment.