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