Parcourir la source

Merge pull request #18 from DramaFever/master

Change the go.image subrepo import path
Grigory Dryapak il y a 11 ans
Parent
commit
02226ddf87
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  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