]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/compress/lzw/reader.go
all: use golang.org/x/... import paths
[gostls13.git] / src / compress / lzw / reader.go
index 0835bd8b90b36b5205722d8f951efed647109bd7..526620c82717e929eceef18816d243d8ebdab26d 100644 (file)
@@ -11,7 +11,7 @@
 // two non-literal codes are a clear code and an EOF code.
 //
 // The TIFF file format uses a similar but incompatible version of the LZW
-// algorithm. See the code.google.com/p/go.image/tiff/lzw package for an
+// algorithm. See the golang.org/x/image/tiff/lzw package for an
 // implementation.
 package lzw