From 2aa0abb2ee3ca58d9e1036e3cac92cd8c00c94fc Mon Sep 17 00:00:00 2001 From: Till Faelligen <2353100+S7evinK@users.noreply.github.com> Date: Thu, 29 Feb 2024 18:54:29 +0100 Subject: [PATCH] Move to contrib --- {cmd => contrib}/dendrite-demo-i2p/main.go | 0 {cmd => contrib}/dendrite-demo-i2p/main_i2p.go | 0 {cmd => contrib}/dendrite-demo-i2p/main_test.go | 0 {cmd => contrib}/dendrite-demo-i2p/static/index.gotmpl | 0 {cmd => contrib}/dendrite-demo-tor/main.go | 0 {cmd => contrib}/dendrite-demo-tor/main_test.go | 0 {cmd => contrib}/dendrite-demo-tor/main_tor.go | 0 {cmd => contrib}/dendrite-demo-tor/static/index.gotmpl | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {cmd => contrib}/dendrite-demo-i2p/main.go (100%) rename {cmd => contrib}/dendrite-demo-i2p/main_i2p.go (100%) rename {cmd => contrib}/dendrite-demo-i2p/main_test.go (100%) rename {cmd => contrib}/dendrite-demo-i2p/static/index.gotmpl (100%) rename {cmd => contrib}/dendrite-demo-tor/main.go (100%) rename {cmd => contrib}/dendrite-demo-tor/main_test.go (100%) rename {cmd => contrib}/dendrite-demo-tor/main_tor.go (100%) rename {cmd => contrib}/dendrite-demo-tor/static/index.gotmpl (100%) diff --git a/cmd/dendrite-demo-i2p/main.go b/contrib/dendrite-demo-i2p/main.go similarity index 100% rename from cmd/dendrite-demo-i2p/main.go rename to contrib/dendrite-demo-i2p/main.go diff --git a/cmd/dendrite-demo-i2p/main_i2p.go b/contrib/dendrite-demo-i2p/main_i2p.go similarity index 100% rename from cmd/dendrite-demo-i2p/main_i2p.go rename to contrib/dendrite-demo-i2p/main_i2p.go diff --git a/cmd/dendrite-demo-i2p/main_test.go b/contrib/dendrite-demo-i2p/main_test.go similarity index 100% rename from cmd/dendrite-demo-i2p/main_test.go rename to contrib/dendrite-demo-i2p/main_test.go diff --git a/cmd/dendrite-demo-i2p/static/index.gotmpl b/contrib/dendrite-demo-i2p/static/index.gotmpl similarity index 100% rename from cmd/dendrite-demo-i2p/static/index.gotmpl rename to contrib/dendrite-demo-i2p/static/index.gotmpl diff --git a/cmd/dendrite-demo-tor/main.go b/contrib/dendrite-demo-tor/main.go similarity index 100% rename from cmd/dendrite-demo-tor/main.go rename to contrib/dendrite-demo-tor/main.go diff --git a/cmd/dendrite-demo-tor/main_test.go b/contrib/dendrite-demo-tor/main_test.go similarity index 100% rename from cmd/dendrite-demo-tor/main_test.go rename to contrib/dendrite-demo-tor/main_test.go diff --git a/cmd/dendrite-demo-tor/main_tor.go b/contrib/dendrite-demo-tor/main_tor.go similarity index 100% rename from cmd/dendrite-demo-tor/main_tor.go rename to contrib/dendrite-demo-tor/main_tor.go diff --git a/cmd/dendrite-demo-tor/static/index.gotmpl b/contrib/dendrite-demo-tor/static/index.gotmpl similarity index 100% rename from cmd/dendrite-demo-tor/static/index.gotmpl rename to contrib/dendrite-demo-tor/static/index.gotmpl