code.google.com is in archive/maintenance mode, and redirects the original URL to: https://cloud.google.com/appengine/docs/standard/go/memcache/reference Let's just use a godoc URL instead.
@@ -33,7 +33,7 @@ import (
)
// Similar to:
-// http://code.google.com/appengine/docs/go/memcache/reference.html
+// https://godoc.org/google.golang.org/appengine/memcache
var (
// ErrCacheMiss means that a Get failed because the item wasn't present.