summaryrefslogtreecommitdiffstats
path: root/src/image/internal/imageutil/imageutil.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/image/internal/imageutil/imageutil.go8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/image/internal/imageutil/imageutil.go b/src/image/internal/imageutil/imageutil.go
new file mode 100644
index 0000000..10cef0c
--- /dev/null
+++ b/src/image/internal/imageutil/imageutil.go
@@ -0,0 +1,8 @@
+// Copyright 2015 The Go Authors. All rights reserved.
+// Use of this source code is governed by a BSD-style
+// license that can be found in the LICENSE file.
+
+//go:generate go run gen.go
+
+// Package imageutil contains code shared by image-related packages.
+package imageutil