فهرست منبع

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