Skip to content

Commit

Permalink
docs(logging): Add link to interactive logging tutorial (#5956)
Browse files Browse the repository at this point in the history
* docs: Add link to interactive logging tutorial

* fix: Adjust punctuation in tutorial call to action
  • Loading branch information
arbrown authored May 3, 2022
1 parent ec00e5a commit 1c145f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions logging/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
- [Go client documentation](https://pkg.go.dev/cloud.google.com/go/logging)
- [Complete sample programs](https://github.com/GoogleCloudPlatform/golang-samples/tree/main/logging)

For an interactive tutorial on using the client library in a Go application, click [Guide Me](https://console.cloud.google.com/?walkthrough_id=logging__logging-go).
### Example Usage

First create a `logging.Client` to use throughout your application:
Expand Down

0 comments on commit 1c145f4

Please sign in to comment.