diff options
author | Jelmer Snoeck <jelmer.snoeck@gmail.com> | 2015-08-27 08:19:43 +0100 |
---|---|---|
committer | Jelmer Snoeck <jelmer.snoeck@gmail.com> | 2015-08-27 08:19:43 +0100 |
commit | 31e5e1e5d2bcfe0e3dd7686ebbc13e6e780e246f (patch) | |
tree | 57037bc7d0ab8a4975db110b848a3adf3d0af382 /doc.go | |
parent | 38c257b759987e1d7660b8fa3d62103bd99a76ff (diff) | |
parent | 18c33c52f49afda63dabe7952b0ed98de6aead3a (diff) |
Merge branch 'master' of github.com:jung-kurt/gofpdf into contribution-package
* 'master' of github.com:jung-kurt/gofpdf:
Factor various test example helper routines into their own internal package
Diffstat (limited to 'doc.go')
-rw-r--r-- | doc.go | 12 |
1 files changed, 8 insertions, 4 deletions
@@ -112,8 +112,9 @@ rather than PHP. Example PDFs -A side effect of running "go test" is the production of a number of example -PDFs. These can be found in the gofpdf/pdf directory after the tests complete. +A side effect of running "go test ./..." is the production of a number of +example PDFs. These can be found in the gofpdf/pdf directory after the tests +complete. Please note that these examples run in the context of a test. In order run an example as a standalone application, you'll need to examine fpdf_test.go for @@ -149,8 +150,11 @@ Contributing Changes gofpdf is a global community effort and you are invited to make it even better. If you have implemented a new feature or corrected a problem, please consider -contributing your change to the project. Here are guidelines for making -submissions. Your change should +contributing your change to the project. Contributions that do not directly +pertain to the core functionality of gofpdf should be placed in their own +directory directly beneath the `contrib` directory. + +Here are guidelines for making submissions. Your change should • be compatible with the MIT License |