Browse Source

Replace code.google.com URL with godoc.org URL

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.
Mostyn Bramley-Moore 7 năm trước cách đây
mục cha
commit
e206b6e275
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      memcache/memcache.go

+ 1 - 1
memcache/memcache.go

@@ -33,7 +33,7 @@ import (
 )
 )
 
 
 // Similar to:
 // Similar to:
-// http://code.google.com/appengine/docs/go/memcache/reference.html
+// https://godoc.org/google.golang.org/appengine/memcache
 
 
 var (
 var (
 	// ErrCacheMiss means that a Get failed because the item wasn't present.
 	// ErrCacheMiss means that a Get failed because the item wasn't present.