From c363356ee7ba594c52882f80570b72a2e2fab09a Mon Sep 17 00:00:00 2001 From: luk3yx Date: Mon, 22 Feb 2021 19:26:15 +1300 Subject: [PATCH] Move restore-backup.go temporarily --- README.md | 3 +++ restore-backup.go => cmd/lurkcoin-restore-backup/main.go | 0 2 files changed, 3 insertions(+) rename restore-backup.go => cmd/lurkcoin-restore-backup/main.go (100%) diff --git a/README.md b/README.md index 99ac3a3..230c18b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,9 @@ This is the core code of the current release of [Go](https://golang.org) 1.13+ +I advise against importing lurkcoin in your own Go code, any functions or types +can and will change in future releases. + ## Configuration See config.yaml for a list of configuration options. diff --git a/restore-backup.go b/cmd/lurkcoin-restore-backup/main.go similarity index 100% rename from restore-backup.go rename to cmd/lurkcoin-restore-backup/main.go