From 58d9cde84f237ecdd89bd7f61c2de2853f4c5c6e Mon Sep 17 00:00:00 2001 From: Matt Jibson Date: Thu, 7 Sep 2017 03:13:03 -0400 Subject: [PATCH] document new options --- README.md | 2 ++ doc.go | 4 ++++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index bd1691c..5951853 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,8 @@ The flags are: Unix timestamp to override as modification time for all files -private unexport functions by prefixing them with esc, e.g. FS -> escFS +-no-compress + do not compress files ``` ## Accessing Embedded Files diff --git a/doc.go b/doc.go index 3ca0254..cc6c4be 100644 --- a/doc.go +++ b/doc.go @@ -23,6 +23,10 @@ The flags are: regular expression for files to include -modtime="" Unix timestamp to override as modification time for all files + -private + unexport functions by prefixing them with esc, e.g. FS -> escFS + -no-compress + do not compress files Accessing Embedded Files