浏览代码

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 年之前
父节点
当前提交
e206b6e275
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      memcache/memcache.go

+ 1 - 1
memcache/memcache.go

@@ -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.