1
0
mirror of https://github.com/golang/go synced 2024-09-25 05:20:13 -06:00

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

R=rsc, r
CC=golang-dev
https://golang.org/cl/5581053
This commit is contained in:
Nigel Tao 2012-01-31 12:27:58 +11:00
parent 2ea25e240e
commit 61ac24cecc

View File

@ -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"},