From 5105f19831d1d5d6a4c50cf0df825ef3af4125c3 Mon Sep 17 00:00:00 2001 From: xpetit <32063953+xpetit@users.noreply.github.com> Date: Sun, 4 Apr 2021 22:23:44 +0200 Subject: [PATCH] tests/correct -> solutions #1 --- test-go/{tests/correct => solutions}/btree.go | 0 test-go/{tests/correct => solutions}/challenge.go | 0 test-go/{tests/correct => solutions}/listat.go | 0 test-go/{tests/correct => solutions}/listclear.go | 0 test-go/{tests/correct => solutions}/listfind.go | 0 test-go/{tests/correct => solutions}/listforeach.go | 0 test-go/{tests/correct => solutions}/listforeachif.go | 0 test-go/{tests/correct => solutions}/listlast.go | 0 test-go/{tests/correct => solutions}/listmerge.go | 0 test-go/{tests/correct => solutions}/listpushback.go | 0 test-go/{tests/correct => solutions}/listpushfront.go | 0 test-go/{tests/correct => solutions}/listremoveif.go | 0 test-go/{tests/correct => solutions}/listreverse.go | 0 test-go/{tests/correct => solutions}/listsize.go | 0 test-go/{tests/correct => solutions}/listsort.go | 0 test-go/{tests/correct => solutions}/sortedlistmerge.go | 0 test-go/{tests/correct => solutions}/sortlistinsert.go | 0 17 files changed, 0 insertions(+), 0 deletions(-) rename test-go/{tests/correct => solutions}/btree.go (100%) rename test-go/{tests/correct => solutions}/challenge.go (100%) rename test-go/{tests/correct => solutions}/listat.go (100%) rename test-go/{tests/correct => solutions}/listclear.go (100%) rename test-go/{tests/correct => solutions}/listfind.go (100%) rename test-go/{tests/correct => solutions}/listforeach.go (100%) rename test-go/{tests/correct => solutions}/listforeachif.go (100%) rename test-go/{tests/correct => solutions}/listlast.go (100%) rename test-go/{tests/correct => solutions}/listmerge.go (100%) rename test-go/{tests/correct => solutions}/listpushback.go (100%) rename test-go/{tests/correct => solutions}/listpushfront.go (100%) rename test-go/{tests/correct => solutions}/listremoveif.go (100%) rename test-go/{tests/correct => solutions}/listreverse.go (100%) rename test-go/{tests/correct => solutions}/listsize.go (100%) rename test-go/{tests/correct => solutions}/listsort.go (100%) rename test-go/{tests/correct => solutions}/sortedlistmerge.go (100%) rename test-go/{tests/correct => solutions}/sortlistinsert.go (100%) diff --git a/test-go/tests/correct/btree.go b/test-go/solutions/btree.go similarity index 100% rename from test-go/tests/correct/btree.go rename to test-go/solutions/btree.go diff --git a/test-go/tests/correct/challenge.go b/test-go/solutions/challenge.go similarity index 100% rename from test-go/tests/correct/challenge.go rename to test-go/solutions/challenge.go diff --git a/test-go/tests/correct/listat.go b/test-go/solutions/listat.go similarity index 100% rename from test-go/tests/correct/listat.go rename to test-go/solutions/listat.go diff --git a/test-go/tests/correct/listclear.go b/test-go/solutions/listclear.go similarity index 100% rename from test-go/tests/correct/listclear.go rename to test-go/solutions/listclear.go diff --git a/test-go/tests/correct/listfind.go b/test-go/solutions/listfind.go similarity index 100% rename from test-go/tests/correct/listfind.go rename to test-go/solutions/listfind.go diff --git a/test-go/tests/correct/listforeach.go b/test-go/solutions/listforeach.go similarity index 100% rename from test-go/tests/correct/listforeach.go rename to test-go/solutions/listforeach.go diff --git a/test-go/tests/correct/listforeachif.go b/test-go/solutions/listforeachif.go similarity index 100% rename from test-go/tests/correct/listforeachif.go rename to test-go/solutions/listforeachif.go diff --git a/test-go/tests/correct/listlast.go b/test-go/solutions/listlast.go similarity index 100% rename from test-go/tests/correct/listlast.go rename to test-go/solutions/listlast.go diff --git a/test-go/tests/correct/listmerge.go b/test-go/solutions/listmerge.go similarity index 100% rename from test-go/tests/correct/listmerge.go rename to test-go/solutions/listmerge.go diff --git a/test-go/tests/correct/listpushback.go b/test-go/solutions/listpushback.go similarity index 100% rename from test-go/tests/correct/listpushback.go rename to test-go/solutions/listpushback.go diff --git a/test-go/tests/correct/listpushfront.go b/test-go/solutions/listpushfront.go similarity index 100% rename from test-go/tests/correct/listpushfront.go rename to test-go/solutions/listpushfront.go diff --git a/test-go/tests/correct/listremoveif.go b/test-go/solutions/listremoveif.go similarity index 100% rename from test-go/tests/correct/listremoveif.go rename to test-go/solutions/listremoveif.go diff --git a/test-go/tests/correct/listreverse.go b/test-go/solutions/listreverse.go similarity index 100% rename from test-go/tests/correct/listreverse.go rename to test-go/solutions/listreverse.go diff --git a/test-go/tests/correct/listsize.go b/test-go/solutions/listsize.go similarity index 100% rename from test-go/tests/correct/listsize.go rename to test-go/solutions/listsize.go diff --git a/test-go/tests/correct/listsort.go b/test-go/solutions/listsort.go similarity index 100% rename from test-go/tests/correct/listsort.go rename to test-go/solutions/listsort.go diff --git a/test-go/tests/correct/sortedlistmerge.go b/test-go/solutions/sortedlistmerge.go similarity index 100% rename from test-go/tests/correct/sortedlistmerge.go rename to test-go/solutions/sortedlistmerge.go diff --git a/test-go/tests/correct/sortlistinsert.go b/test-go/solutions/sortlistinsert.go similarity index 100% rename from test-go/tests/correct/sortlistinsert.go rename to test-go/solutions/sortlistinsert.go