Browse Source

Merge pull request #18 from DramaFever/master

Change the go.image subrepo import path
Grigory Dryapak 11 years ago
parent
commit
02226ddf87
1 changed files with 2 additions and 2 deletions
  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