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