summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/image/webp/decode.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/image/webp/decode.go')
-rw-r--r--vendor/golang.org/x/image/webp/decode.go8
1 files changed, 3 insertions, 5 deletions
diff --git a/vendor/golang.org/x/image/webp/decode.go b/vendor/golang.org/x/image/webp/decode.go
index 134307e41..111f3589c 100644
--- a/vendor/golang.org/x/image/webp/decode.go
+++ b/vendor/golang.org/x/image/webp/decode.go
@@ -2,11 +2,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// Package webp implements a decoder for WEBP images.
-//
-// WEBP is defined at:
-// https://developers.google.com/speed/webp/docs/riff_container
-package webp // import "golang.org/x/image/webp"
+// +build go1.6
+
+package webp
import (
"bytes"