aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-06-16 01:17:26 +0700
committerShulhan <ms@kilabit.info>2025-06-16 22:44:37 +0700
commita377e5b0f125d05c3dc3c1be0d46a5616922ae6e (patch)
treebe6ada8aeb0014e5996676e1fea9d36f47f6152d
parentb4ef535afc6809c14137972d365732cea6b9f5b9 (diff)
downloadjarink-a377e5b0f125d05c3dc3c1be0d46a5616922ae6e.tar.xz
all: add comment on GoEmbedReadme variable
-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