freetype: rename exp/draw to image/draw.

R=r
CC=golang-dev
http://codereview.appspot.com/4517137
This commit is contained in:
Nigel Tao 2011-06-05 14:47:45 +10:00
parent 21635f71f4
commit fdfcd83e81
2 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@
package freetype package freetype
import ( import (
"exp/draw"
"freetype-go.googlecode.com/hg/freetype/raster" "freetype-go.googlecode.com/hg/freetype/raster"
"freetype-go.googlecode.com/hg/freetype/truetype" "freetype-go.googlecode.com/hg/freetype/truetype"
"image" "image"
"image/draw"
"os" "os"
) )

View File

@ -6,8 +6,8 @@
package raster package raster
import ( import (
"exp/draw"
"image" "image"
"image/draw"
"math" "math"
) )