From e77eb348899dca9a071f7c674cca4ea2bcc238c8 Mon Sep 17 00:00:00 2001 From: Kurt Jung Date: Sun, 11 Aug 2013 09:05:59 -0400 Subject: Expanded documentation --- doc.go | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc.go') diff --git a/doc.go b/doc.go index 339534b..abb8518 100644 --- a/doc.go +++ b/doc.go @@ -98,11 +98,11 @@ of information. It includes a forum and FAQ. However, some internal changes have been made. Page content is built up using buffers (of type bytes.Buffer) rather than repeated string concatenation. Errors are handled as explained above rather than panicking. Output is -generated through an interface of type io.WriteCloser. A number of the original -PHP methods behave differently based on the type of the arguments that are -passed to them; in these cases additional methods have been exported to provide -similar functionality. Font definition files are produced in JSON rather than -PHP. +generated through an interface of type io.Writer or io.WriteCloser. A number of +the original PHP methods behave differently based on the type of the arguments +that are passed to them; in these cases additional methods have been exported +to provide similar functionality. Font definition files are produced in JSON +rather than PHP. Tutorials -- cgit v1.2.1-24-ge1ad