diff options
author | Kurt Jung <kurt.w.jung@code.google.com> | 2013-08-05 10:42:57 -0400 |
---|---|---|
committer | Kurt Jung <kurt.w.jung@code.google.com> | 2013-08-05 10:42:57 -0400 |
commit | 762e0463f48fd61fa83e55286633da3d7fa8885c (patch) | |
tree | 375f0986511ef94002020a68c4a1163e86c2ef1a | |
parent | b3e554e5eaf9454cc02a9f09dc3aab9e132eb0ca (diff) |
Format tweaks
-rw-r--r-- | doc.go | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -43,13 +43,16 @@ Features gofpdf has no dependencies other than the Go standard library. All tests pass on Linux, Mac and Windows platforms. Like FPDF version 1.7, from which gofpdf -is derived, this package does not yet support UTF-8 source text. +is derived, this package does not yet support UTF-8 source text. gofpdf is +licensed under the MIT License. -Run +Installation + +To install the package on your system, run go get code.google.com/p/gofpdf -to install the package on your system. To receive updates, run +Later, to receive updates, run go get -u code.google.com/p/gofpdf |