summaryrefslogtreecommitdiffstats
path: root/vendor/golang.org/x/image/font/font.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/golang.org/x/image/font/font.go')
-rw-r--r--vendor/golang.org/x/image/font/font.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/golang.org/x/image/font/font.go b/vendor/golang.org/x/image/font/font.go
index 57fd61bdc..a089e7798 100644
--- a/vendor/golang.org/x/image/font/font.go
+++ b/vendor/golang.org/x/image/font/font.go
@@ -7,7 +7,7 @@
//
// Other packages provide font face implementations. For example, a truetype
// package would provide one based on .ttf font files.
-package font
+package font // import "golang.org/x/image/font"
import (
"image"