Commit 61ac24ce authored by Nigel Tao's avatar Nigel Tao

fix: add image/{bmp,tiff} to go1pkgrename.

R=rsc, r
CC=golang-dev
https://golang.org/cl/5581053
parent 2ea25e24
......@@ -68,6 +68,10 @@ var go1PackageRenames = []struct{ old, new string }{
{"crypto/xtea", "code.google.com/p/go.crypto/xtea"},
{"exp/ssh", "code.google.com/p/go.crypto/ssh"},
// go.image sub-repository
{"image/bmp", "code.google.com/p/go.image/bmp"},
{"image/tiff", "code.google.com/p/go.image/tiff"},
// go.net sub-repository
{"net/dict", "code.google.com/p/go.net/dict"},
{"net/websocket", "code.google.com/p/go.net/websocket"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment