diff options
| author | Shulhan <ms@kilabit.info> | 2022-08-27 00:23:58 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2022-08-27 00:23:58 +0700 |
| commit | 5a14390302983633a8676df39a2b6ed89b3ce5a6 (patch) | |
| tree | 07c9f5ec026de630fdc924385e556875c53800fe /cli.go | |
| parent | dd5fb8eab675b150ce41c0571f1d5e02905d9e9a (diff) | |
| download | gotp-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.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ import ( "golang.org/x/term" ) -//go:embed README.adoc +//go:embed README var Readme string type Cli struct { |
