From 5ef7e07061f0ffcb969809b39a5130309ab98db0 Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 4 Jul 2022 15:52:09 +0200 Subject: [PATCH] contrib/znc-import: move to subdir Go isn't happy when multiple scripts share the same directory. --- contrib/{znc-import.go => znc-import/main.go} | 0 doc/getting-started.md | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename contrib/{znc-import.go => znc-import/main.go} (100%) diff --git a/contrib/znc-import.go b/contrib/znc-import/main.go similarity index 100% rename from contrib/znc-import.go rename to contrib/znc-import/main.go diff --git a/doc/getting-started.md b/doc/getting-started.md index 250bb92..dd3db21 100644 --- a/doc/getting-started.md +++ b/doc/getting-started.md @@ -18,7 +18,7 @@ in the soju configuration file). Setting up on-disk chat logs is recommended. If you're migrating from ZNC, a tool is available to import users, networks and channels from a ZNC config file: - go run ./contrib/znc-import.go + go run ./contrib/znc-import ## Client side