aboutsummaryrefslogtreecommitdiff
path: root/cli.go
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2022-08-27 00:23:58 +0700
committerShulhan <ms@kilabit.info>2022-08-27 00:23:58 +0700
commit5a14390302983633a8676df39a2b6ed89b3ce5a6 (patch)
tree07c9f5ec026de630fdc924385e556875c53800fe /cli.go
parentdd5fb8eab675b150ce41c0571f1d5e02905d9e9a (diff)
downloadgotp-5a14390302983633a8676df39a2b6ed89b3ce5a6.tar.xz
all: fix the go:embed reference to symbolic link
Due to previous commit, where we rename the README.adoc to README, and change it to symbolic link, the build then failed when doing go:embed.
Diffstat (limited to 'cli.go')
-rw-r--r--cli.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli.go b/cli.go
index 34941b4..6508066 100644
--- a/cli.go
+++ b/cli.go
@@ -19,7 +19,7 @@ import (
"golang.org/x/term"
)
-//go:embed README.adoc
+//go:embed README
var Readme string
type Cli struct {