diff --git a/README.md b/README.md index e1279b4..3410740 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,9 @@ Embedding in Source Control just run go generate from the project root and the files will get embedded ready for compilation. + Be sure to check out this packages best buddy [https://github.com/go-playground/generate](https://github.com/go-playground/generate) + to help get everything generated and ready for compilation. + Example Usage ```go // generated via command: diff --git a/static/doc.go b/static/doc.go index fa4146d..27768f3 100644 --- a/static/doc.go +++ b/static/doc.go @@ -11,6 +11,9 @@ Embedding in Source Control just run go generate from the project root and the files will get embedded ready for compilation. + Be sure to check out this packages best buddy https://github.com/go-playground/generate + to help get everything generated and ready for compilation. + NOTE: when specifying paths or directory name in code always use "/", even for you windows users, the package handles any conversion to you local filesystem paths; Except for the AbsPkgPath