diff options
| author | Shulhan <ms@kilabit.info> | 2025-06-16 01:17:26 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-06-16 22:44:37 +0700 |
| commit | a377e5b0f125d05c3dc3c1be0d46a5616922ae6e (patch) | |
| tree | be6ada8aeb0014e5996676e1fea9d36f47f6152d | |
| parent | b4ef535afc6809c14137972d365732cea6b9f5b9 (diff) | |
| download | jarink-a377e5b0f125d05c3dc3c1be0d46a5616922ae6e.tar.xz | |
all: add comment on GoEmbedReadme variable
| -rw-r--r-- | jarink.go | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -7,5 +7,7 @@ import ( _ "embed" ) +// GoEmbedReadme embed the README for showing the usage of program. +// //go:embed README var GoEmbedReadme string |
