aboutsummaryrefslogtreecommitdiff
path: root/content/context/google/google.go
diff options
context:
space:
mode:
Diffstat (limited to 'content/context/google/google.go')
-rw-r--r--content/context/google/google.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/content/context/google/google.go b/content/context/google/google.go
index 73778a3..740e6c5 100644
--- a/content/context/google/google.go
+++ b/content/context/google/google.go
@@ -1,5 +1,11 @@
// Package google provides a function to do Google searches using the Google Web
// Search API. See https://developers.google.com/web-search/docs/
+//
+// This package is an example to accompany https://blog.golang.org/context.
+// It is not intended for use by others.
+//
+// Google has since disabled its search API,
+// and so this package is no longer useful.
package google
import (