aboutsummaryrefslogtreecommitdiff
path: root/jarink.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-06-14 19:24:17 +0700
committerShulhan <ms@kilabit.info>2025-06-16 22:44:37 +0700
commitc814c790367dcd167dd0687318bd6dcc71299490 (patch)
tree9e2339aebda9e282f65d7cb46987788336ea54ab /jarink.go
parentf9478c87f6e8553ce42c5fca91c2fc09f9f50d0f (diff)
downloadjarink-c814c790367dcd167dd0687318bd6dcc71299490.tar.xz
all: rename README.adoc back to README
This is for git.sr.ht to be able to render the README.
Diffstat (limited to 'jarink.go')
-rw-r--r--jarink.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/jarink.go b/jarink.go
index 89be6f9..141becb 100644
--- a/jarink.go
+++ b/jarink.go
@@ -7,5 +7,5 @@ import (
_ "embed"
)
-//go:embed README.adoc
+//go:embed README
var GoEmbedReadme string