From a510048648c994e9feb71c22923b91c937e72c83 Mon Sep 17 00:00:00 2001 From: faiface Date: Tue, 9 May 2017 16:48:26 +0200 Subject: [PATCH] add text package doc --- text/doc.go | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 text/doc.go diff --git a/text/doc.go b/text/doc.go new file mode 100644 index 0000000..2a1c258 --- /dev/null +++ b/text/doc.go @@ -0,0 +1,2 @@ +// Package text implements efficient text drawing for the Pixel library. +package text