mirror of
https://github.com/golang/go
synced 2024-11-21 21:34:40 -07:00
fix: add image/{bmp,tiff} to go1pkgrename.
R=rsc, r CC=golang-dev https://golang.org/cl/5581053
This commit is contained in:
parent
2ea25e240e
commit
61ac24cecc
@ -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"},
|
||||
|
Loading…
Reference in New Issue
Block a user