summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/image/tiff/lzw/reader.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/image/tiff/lzw/reader.go')
-rw-r--r--vendor/golang.org/x/image/tiff/lzw/reader.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/image/tiff/lzw/reader.go b/vendor/golang.org/x/image/tiff/lzw/reader.go
index dc9f7dd1d..ad35819f5 100644
--- a/vendor/golang.org/x/image/tiff/lzw/reader.go
+++ b/vendor/golang.org/x/image/tiff/lzw/reader.go
@@ -8,7 +8,7 @@
//
// In particular, it implements LZW as used by the TIFF file format, including
// an "off by one" algorithmic difference when compared to standard LZW.
-package lzw
+package lzw // import "golang.org/x/image/tiff/lzw"
/*
This file was branched from src/pkg/compress/lzw/reader.go in the