aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--jarink.go2
1 files changed, 2 insertions, 0 deletions
diff --git a/jarink.go b/jarink.go
index 141becb..13f0cd7 100644
--- a/jarink.go
+++ b/jarink.go
@@ -7,5 +7,7 @@ import (
_ "embed"
)
+// GoEmbedReadme embed the README for showing the usage of program.
+//
//go:embed README
var GoEmbedReadme string