瀏覽代碼

Change the go.image subrepo import path

Based on
https://groups.google.com/forum/#!msg/golang-nuts/eD8dh3T9yyA/l5Ail-xfMiAJ
all of the code.google.com/p/go.* subrepos are getting moved to
golang.org/x/* this commit points the
`code.google.com/p/go.image/tiff` to `golang.org/x/image
Dan Worth 11 年之前
父節點
當前提交
cdc43d5abe
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      helpers.go

+ 2 - 2
helpers.go

@@ -12,8 +12,8 @@ import (
 	"path/filepath"
 	"strings"
 
-	"code.google.com/p/go.image/bmp"
-	"code.google.com/p/go.image/tiff"
+	"golang.org/x/image/bmp"
+	"golang.org/x/image/tiff"
 )
 
 // Open loads an image from file