From 464d4e4816cc5115c9efaf42af4abd42796964f9 Mon Sep 17 00:00:00 2001 From: Xavier Petit <32063953+xpetit@users.noreply.github.com> Date: Sun, 26 Apr 2020 12:32:28 +0200 Subject: [PATCH] Rename *_test.go -> test_*.go --- .../{addlinkednumbers_test.go => test_addlinkednumbers.go} | 0 .../atoibaseprog/{atoibaseprog_test.go => test_atoibaseprog.go} | 0 .../go/solutions/atoiprog/{atoiprog_test.go => test_atoiprog.go} | 0 .../changeorder/{changeorder_test.go => test_changeorder.go} | 0 tests/go/solutions/chunk/{chunk_test.go => test_chunk.go} | 0 .../{doppelgangerprog_test.go => test_doppelgangerprog.go} | 0 tests/go/solutions/fib/{fib_test.go => test_fib.go} | 0 .../{findprevprimeprog_test.go => test_findprevprimeprog.go} | 0 .../{firstruneprog_test.go => test_firstruneprog.go} | 0 tests/go/solutions/foldint/{foldint_test.go => test_foldint.go} | 0 .../foreachprog/{foreachprog_test.go => test_foreachprog.go} | 0 tests/go/solutions/game23/{game23_test.go => test_game23.go} | 0 .../{halfcontestprog_test.go => test_halfcontestprog.go} | 0 .../{interestingnumber_test.go => test_interestingnumber.go} | 0 .../inverttree/{inverttree_test.go => test_inverttree.go} | 0 .../solutions/isanagram/{isanagram_test.go => test_isanagram.go} | 0 .../itoabaseprog/{itoabaseprog_test.go => test_itoabaseprog.go} | 0 .../go/solutions/itoaprog/{itoaprog_test.go => test_itoaprog.go} | 0 .../lastruneprog/{lastruneprog_test.go => test_lastruneprog.go} | 0 tests/go/solutions/lcm/{lcm_test.go => test_lcm.go} | 0 .../{listremoveifprog_test.go => test_listremoveifprog.go} | 0 .../listsizeprog/{listsizeprog_test.go => test_listsizeprog.go} | 0 tests/go/solutions/maxprog/{maxprog_test.go => test_maxprog.go} | 0 tests/go/solutions/merge/{merge_test.go => test_merge.go} | 0 tests/go/solutions/nauuo/{nauuo_test.go => test_nauuo.go} | 0 .../solutions/nruneprog/{nruneprog_test.go => test_nruneprog.go} | 0 .../printmemory/{printmemory_test.go => test_printmemory.go} | 0 .../priorprime/{priorprime_test.go => test_priorprime.go} | 0 .../{reachablenumber_test.go => test_reachablenumber.go} | 0 .../solutions/reduceint/{reduceint_test.go => test_reduceint.go} | 0 tests/go/solutions/reverse/{reverse_test.go => test_reverse.go} | 0 .../reversebits/{reversebits_test.go => test_reversebits.go} | 0 .../{revivethreenums_test.go => test_revivethreenums.go} | 0 .../go/solutions/sametree/{sametree_test.go => test_sametree.go} | 0 .../solutions/sliceprog/{sliceprog_test.go => test_sliceprog.go} | 0 tests/go/solutions/sortll/{sortll_test.go => test_sortll.go} | 0 .../{sortwordarrprog_test.go => test_sortwordarrprog.go} | 0 .../solutions/splitprog/{splitprog_test.go => test_splitprog.go} | 0 .../strlenprog/{strlenprog_test.go => test_strlenprog.go} | 0 .../go/solutions/swapbits/{swapbits_test.go => test_swapbits.go} | 0 .../go/solutions/swapprog/{swapprog_test.go => test_swapprog.go} | 0 .../sweetproblem/{sweetproblem_test.go => test_sweetproblem.go} | 0 tests/go/solutions/twosum/{twosum_test.go => test_twosum.go} | 0 .../{volumechanger_test.go => test_volumechanger.go} | 0 tests/go/{abort_test.go => test_abort.go} | 0 tests/go/{activebits_test.go => test_activebits.go} | 0 .../{advancedsortwordarr_test.go => test_advancedsortwordarr.go} | 0 tests/go/{alphacount_test.go => test_alphacount.go} | 0 tests/go/{any_test.go => test_any.go} | 0 tests/go/{appendrange_test.go => test_appendrange.go} | 0 tests/go/{atoi_test.go => test_atoi.go} | 0 tests/go/{atoibase_test.go => test_atoibase.go} | 0 tests/go/{basicatoi_test.go => test_basicatoi.go} | 0 tests/go/{basicatoi2_test.go => test_basicatoi2.go} | 0 tests/go/{basicjoin_test.go => test_basicjoin.go} | 0 tests/go/{btreeapplybylevel_test.go => test_btreeapplybylevel.go} | 0 tests/go/{btreeapplyinorder_test.go => test_btreeapplyinorder.go} | 0 .../{btreeapplypostorder_test.go => test_btreeapplypostorder.go} | 0 .../go/{btreeapplypreorder_test.go => test_btreeapplypreorder.go} | 0 tests/go/{btreedeletenode_test.go => test_btreedeletenode.go} | 0 tests/go/{btreeinsertdata_test.go => test_btreeinsertdata.go} | 0 tests/go/{btreeisbinary_test.go => test_btreeisbinary.go} | 0 tests/go/{btreelevelcount_test.go => test_btreelevelcount.go} | 0 tests/go/{btreemax_test.go => test_btreemax.go} | 0 tests/go/{btreemin_test.go => test_btreemin.go} | 0 tests/go/{btreesearchitem_test.go => test_btreesearchitem.go} | 0 tests/go/{btreetransplant_test.go => test_btreetransplant.go} | 0 tests/go/{capitalize_test.go => test_capitalize.go} | 0 tests/go/{collatzcountdown_test.go => test_collatzcountdown.go} | 0 tests/go/{compact_test.go => test_compact.go} | 0 tests/go/{compare_test.go => test_compare.go} | 0 tests/go/{concat_test.go => test_concat.go} | 0 tests/go/{concatparams_test.go => test_concatparams.go} | 0 tests/go/{convertbase_test.go => test_convertbase.go} | 0 tests/go/{countif_test.go => test_countif.go} | 0 tests/go/{createelem_test.go => test_createelem.go} | 0 tests/go/{divmod_test.go => test_divmod.go} | 0 tests/go/{eightqueens_test.go => test_eightqueens.go} | 0 tests/go/{enigma_test.go => test_enigma.go} | 0 tests/go/{fibonacci_test.go => test_fibonacci.go} | 0 tests/go/{findnextprime_test.go => test_findnextprime.go} | 0 tests/go/{firstrune_test.go => test_firstrune.go} | 0 tests/go/{foreach_test.go => test_foreach.go} | 0 tests/go/{index_test.go => test_index.go} | 0 tests/go/{isalpha_test.go => test_isalpha.go} | 0 tests/go/{islower_test.go => test_islower.go} | 0 tests/go/{isnegative_test.go => test_isnegative.go} | 0 tests/go/{isnumeric_test.go => test_isnumeric.go} | 0 tests/go/{isprime_test.go => test_isprime.go} | 0 tests/go/{isprintable_test.go => test_isprintable.go} | 0 tests/go/{issorted_test.go => test_issorted.go} | 0 tests/go/{isupper_test.go => test_isupper.go} | 0 .../go/{iterativefactorial_test.go => test_iterativefactorial.go} | 0 tests/go/{iterativepower_test.go => test_iterativepower.go} | 0 tests/go/{itoa_test.go => test_itoa.go} | 0 tests/go/{itoabase_test.go => test_itoabase.go} | 0 tests/go/{join_test.go => test_join.go} | 0 tests/go/{lastrune_test.go => test_lastrune.go} | 0 tests/go/{listat_test.go => test_listat.go} | 0 tests/go/{listclear_test.go => test_listclear.go} | 0 tests/go/{listfind_test.go => test_listfind.go} | 0 tests/go/{listforeach_test.go => test_listforeach.go} | 0 tests/go/{listforeachif_test.go => test_listforeachif.go} | 0 tests/go/{listlast_test.go => test_listlast.go} | 0 tests/go/{listmerge_test.go => test_listmerge.go} | 0 tests/go/{listpushback_test.go => test_listpushback.go} | 0 tests/go/{listpushfront_test.go => test_listpushfront.go} | 0 tests/go/{listremoveif_test.go => test_listremoveif.go} | 0 tests/go/{listreverse_test.go => test_listreverse.go} | 0 tests/go/{listsize_test.go => test_listsize.go} | 0 tests/go/{listsort_test.go => test_listsort.go} | 0 tests/go/{makerange_test.go => test_makerange.go} | 0 tests/go/{map_test.go => test_map.go} | 0 tests/go/{max_test.go => test_max.go} | 0 tests/go/{nrune_test.go => test_nrune.go} | 0 tests/go/{pointone_test.go => test_pointone.go} | 0 tests/go/{printcomb_test.go => test_printcomb.go} | 0 tests/go/{printcomb2_test.go => test_printcomb2.go} | 0 tests/go/{printcombn_test.go => test_printcombn.go} | 0 tests/go/{printnbr_test.go => test_printnbr.go} | 0 tests/go/{printnbrbase_test.go => test_printnbrbase.go} | 0 tests/go/{printnbrinorder_test.go => test_printnbrinorder.go} | 0 tests/go/{printprogramname_test.go => test_printprogramname.go} | 0 tests/go/{printstr_test.go => test_printstr.go} | 0 tests/go/{printwordstables_test.go => test_printwordstables.go} | 0 tests/go/{raid1a_test.go => test_raid1a.go} | 0 tests/go/{raid1b_test.go => test_raid1b.go} | 0 tests/go/{raid1c_test.go => test_raid1c.go} | 0 tests/go/{raid1d_test.go => test_raid1d.go} | 0 tests/go/{raid1e_test.go => test_raid1e.go} | 0 tests/go/{raid3_test.go => test_raid3.go} | 0 .../go/{recursivefactorial_test.go => test_recursivefactorial.go} | 0 tests/go/{recursivepower_test.go => test_recursivepower.go} | 0 tests/go/{rot14_test.go => test_rot14.go} | 0 tests/go/{sortedlistmerge_test.go => test_sortedlistmerge.go} | 0 tests/go/{sortintegertable_test.go => test_sortintegertable.go} | 0 tests/go/{sortlist_test.go => test_sortlist.go} | 0 tests/go/{sortlistinsert_test.go => test_sortlistinsert.go} | 0 tests/go/{sortwordarr_test.go => test_sortwordarr.go} | 0 tests/go/{split_test.go => test_split.go} | 0 tests/go/{splitwhitespaces_test.go => test_splitwhitespaces.go} | 0 tests/go/{sqrt_test.go => test_sqrt.go} | 0 tests/go/{strlen_test.go => test_strlen.go} | 0 tests/go/{strrev_test.go => test_strrev.go} | 0 tests/go/{swap_test.go => test_swap.go} | 0 tests/go/{swapbits_test.go => test_swapbits.go} | 0 tests/go/{tetrisoptimizer_test.go => test_tetrisoptimizer.go} | 0 tests/go/{tolower_test.go => test_tolower.go} | 0 tests/go/{toupper_test.go => test_toupper.go} | 0 tests/go/{trimatoi_test.go => test_trimatoi.go} | 0 tests/go/{ultimatedivmod_test.go => test_ultimatedivmod.go} | 0 tests/go/{ultimatepointone_test.go => test_ultimatepointone.go} | 0 tests/go/{unmatch_test.go => test_unmatch.go} | 0 tests/go/{ztail_test.go => test_ztail.go} | 0 154 files changed, 0 insertions(+), 0 deletions(-) rename tests/go/solutions/addlinkednumbers/{addlinkednumbers_test.go => test_addlinkednumbers.go} (100%) rename tests/go/solutions/atoibaseprog/{atoibaseprog_test.go => test_atoibaseprog.go} (100%) rename tests/go/solutions/atoiprog/{atoiprog_test.go => test_atoiprog.go} (100%) rename tests/go/solutions/changeorder/{changeorder_test.go => test_changeorder.go} (100%) rename tests/go/solutions/chunk/{chunk_test.go => test_chunk.go} (100%) rename tests/go/solutions/doppelgangerprog/{doppelgangerprog_test.go => test_doppelgangerprog.go} (100%) rename tests/go/solutions/fib/{fib_test.go => test_fib.go} (100%) rename tests/go/solutions/findprevprimeprog/{findprevprimeprog_test.go => test_findprevprimeprog.go} (100%) rename tests/go/solutions/firstruneprog/{firstruneprog_test.go => test_firstruneprog.go} (100%) rename tests/go/solutions/foldint/{foldint_test.go => test_foldint.go} (100%) rename tests/go/solutions/foreachprog/{foreachprog_test.go => test_foreachprog.go} (100%) rename tests/go/solutions/game23/{game23_test.go => test_game23.go} (100%) rename tests/go/solutions/halfcontestprog/{halfcontestprog_test.go => test_halfcontestprog.go} (100%) rename tests/go/solutions/interestingnumber/{interestingnumber_test.go => test_interestingnumber.go} (100%) rename tests/go/solutions/inverttree/{inverttree_test.go => test_inverttree.go} (100%) rename tests/go/solutions/isanagram/{isanagram_test.go => test_isanagram.go} (100%) rename tests/go/solutions/itoabaseprog/{itoabaseprog_test.go => test_itoabaseprog.go} (100%) rename tests/go/solutions/itoaprog/{itoaprog_test.go => test_itoaprog.go} (100%) rename tests/go/solutions/lastruneprog/{lastruneprog_test.go => test_lastruneprog.go} (100%) rename tests/go/solutions/lcm/{lcm_test.go => test_lcm.go} (100%) rename tests/go/solutions/listremoveifprog/{listremoveifprog_test.go => test_listremoveifprog.go} (100%) rename tests/go/solutions/listsizeprog/{listsizeprog_test.go => test_listsizeprog.go} (100%) rename tests/go/solutions/maxprog/{maxprog_test.go => test_maxprog.go} (100%) rename tests/go/solutions/merge/{merge_test.go => test_merge.go} (100%) rename tests/go/solutions/nauuo/{nauuo_test.go => test_nauuo.go} (100%) rename tests/go/solutions/nruneprog/{nruneprog_test.go => test_nruneprog.go} (100%) rename tests/go/solutions/printmemory/{printmemory_test.go => test_printmemory.go} (100%) rename tests/go/solutions/priorprime/{priorprime_test.go => test_priorprime.go} (100%) rename tests/go/solutions/reachablenumberprog/{reachablenumber_test.go => test_reachablenumber.go} (100%) rename tests/go/solutions/reduceint/{reduceint_test.go => test_reduceint.go} (100%) rename tests/go/solutions/reverse/{reverse_test.go => test_reverse.go} (100%) rename tests/go/solutions/reversebits/{reversebits_test.go => test_reversebits.go} (100%) rename tests/go/solutions/revivethreenums/{revivethreenums_test.go => test_revivethreenums.go} (100%) rename tests/go/solutions/sametree/{sametree_test.go => test_sametree.go} (100%) rename tests/go/solutions/sliceprog/{sliceprog_test.go => test_sliceprog.go} (100%) rename tests/go/solutions/sortll/{sortll_test.go => test_sortll.go} (100%) rename tests/go/solutions/sortwordarrprog/{sortwordarrprog_test.go => test_sortwordarrprog.go} (100%) rename tests/go/solutions/splitprog/{splitprog_test.go => test_splitprog.go} (100%) rename tests/go/solutions/strlenprog/{strlenprog_test.go => test_strlenprog.go} (100%) rename tests/go/solutions/swapbits/{swapbits_test.go => test_swapbits.go} (100%) rename tests/go/solutions/swapprog/{swapprog_test.go => test_swapprog.go} (100%) rename tests/go/solutions/sweetproblem/{sweetproblem_test.go => test_sweetproblem.go} (100%) rename tests/go/solutions/twosum/{twosum_test.go => test_twosum.go} (100%) rename tests/go/solutions/volumechanger/{volumechanger_test.go => test_volumechanger.go} (100%) rename tests/go/{abort_test.go => test_abort.go} (100%) rename tests/go/{activebits_test.go => test_activebits.go} (100%) rename tests/go/{advancedsortwordarr_test.go => test_advancedsortwordarr.go} (100%) rename tests/go/{alphacount_test.go => test_alphacount.go} (100%) rename tests/go/{any_test.go => test_any.go} (100%) rename tests/go/{appendrange_test.go => test_appendrange.go} (100%) rename tests/go/{atoi_test.go => test_atoi.go} (100%) rename tests/go/{atoibase_test.go => test_atoibase.go} (100%) rename tests/go/{basicatoi_test.go => test_basicatoi.go} (100%) rename tests/go/{basicatoi2_test.go => test_basicatoi2.go} (100%) rename tests/go/{basicjoin_test.go => test_basicjoin.go} (100%) rename tests/go/{btreeapplybylevel_test.go => test_btreeapplybylevel.go} (100%) rename tests/go/{btreeapplyinorder_test.go => test_btreeapplyinorder.go} (100%) rename tests/go/{btreeapplypostorder_test.go => test_btreeapplypostorder.go} (100%) rename tests/go/{btreeapplypreorder_test.go => test_btreeapplypreorder.go} (100%) rename tests/go/{btreedeletenode_test.go => test_btreedeletenode.go} (100%) rename tests/go/{btreeinsertdata_test.go => test_btreeinsertdata.go} (100%) rename tests/go/{btreeisbinary_test.go => test_btreeisbinary.go} (100%) rename tests/go/{btreelevelcount_test.go => test_btreelevelcount.go} (100%) rename tests/go/{btreemax_test.go => test_btreemax.go} (100%) rename tests/go/{btreemin_test.go => test_btreemin.go} (100%) rename tests/go/{btreesearchitem_test.go => test_btreesearchitem.go} (100%) rename tests/go/{btreetransplant_test.go => test_btreetransplant.go} (100%) rename tests/go/{capitalize_test.go => test_capitalize.go} (100%) rename tests/go/{collatzcountdown_test.go => test_collatzcountdown.go} (100%) rename tests/go/{compact_test.go => test_compact.go} (100%) rename tests/go/{compare_test.go => test_compare.go} (100%) rename tests/go/{concat_test.go => test_concat.go} (100%) rename tests/go/{concatparams_test.go => test_concatparams.go} (100%) rename tests/go/{convertbase_test.go => test_convertbase.go} (100%) rename tests/go/{countif_test.go => test_countif.go} (100%) rename tests/go/{createelem_test.go => test_createelem.go} (100%) rename tests/go/{divmod_test.go => test_divmod.go} (100%) rename tests/go/{eightqueens_test.go => test_eightqueens.go} (100%) rename tests/go/{enigma_test.go => test_enigma.go} (100%) rename tests/go/{fibonacci_test.go => test_fibonacci.go} (100%) rename tests/go/{findnextprime_test.go => test_findnextprime.go} (100%) rename tests/go/{firstrune_test.go => test_firstrune.go} (100%) rename tests/go/{foreach_test.go => test_foreach.go} (100%) rename tests/go/{index_test.go => test_index.go} (100%) rename tests/go/{isalpha_test.go => test_isalpha.go} (100%) rename tests/go/{islower_test.go => test_islower.go} (100%) rename tests/go/{isnegative_test.go => test_isnegative.go} (100%) rename tests/go/{isnumeric_test.go => test_isnumeric.go} (100%) rename tests/go/{isprime_test.go => test_isprime.go} (100%) rename tests/go/{isprintable_test.go => test_isprintable.go} (100%) rename tests/go/{issorted_test.go => test_issorted.go} (100%) rename tests/go/{isupper_test.go => test_isupper.go} (100%) rename tests/go/{iterativefactorial_test.go => test_iterativefactorial.go} (100%) rename tests/go/{iterativepower_test.go => test_iterativepower.go} (100%) rename tests/go/{itoa_test.go => test_itoa.go} (100%) rename tests/go/{itoabase_test.go => test_itoabase.go} (100%) rename tests/go/{join_test.go => test_join.go} (100%) rename tests/go/{lastrune_test.go => test_lastrune.go} (100%) rename tests/go/{listat_test.go => test_listat.go} (100%) rename tests/go/{listclear_test.go => test_listclear.go} (100%) rename tests/go/{listfind_test.go => test_listfind.go} (100%) rename tests/go/{listforeach_test.go => test_listforeach.go} (100%) rename tests/go/{listforeachif_test.go => test_listforeachif.go} (100%) rename tests/go/{listlast_test.go => test_listlast.go} (100%) rename tests/go/{listmerge_test.go => test_listmerge.go} (100%) rename tests/go/{listpushback_test.go => test_listpushback.go} (100%) rename tests/go/{listpushfront_test.go => test_listpushfront.go} (100%) rename tests/go/{listremoveif_test.go => test_listremoveif.go} (100%) rename tests/go/{listreverse_test.go => test_listreverse.go} (100%) rename tests/go/{listsize_test.go => test_listsize.go} (100%) rename tests/go/{listsort_test.go => test_listsort.go} (100%) rename tests/go/{makerange_test.go => test_makerange.go} (100%) rename tests/go/{map_test.go => test_map.go} (100%) rename tests/go/{max_test.go => test_max.go} (100%) rename tests/go/{nrune_test.go => test_nrune.go} (100%) rename tests/go/{pointone_test.go => test_pointone.go} (100%) rename tests/go/{printcomb_test.go => test_printcomb.go} (100%) rename tests/go/{printcomb2_test.go => test_printcomb2.go} (100%) rename tests/go/{printcombn_test.go => test_printcombn.go} (100%) rename tests/go/{printnbr_test.go => test_printnbr.go} (100%) rename tests/go/{printnbrbase_test.go => test_printnbrbase.go} (100%) rename tests/go/{printnbrinorder_test.go => test_printnbrinorder.go} (100%) rename tests/go/{printprogramname_test.go => test_printprogramname.go} (100%) rename tests/go/{printstr_test.go => test_printstr.go} (100%) rename tests/go/{printwordstables_test.go => test_printwordstables.go} (100%) rename tests/go/{raid1a_test.go => test_raid1a.go} (100%) rename tests/go/{raid1b_test.go => test_raid1b.go} (100%) rename tests/go/{raid1c_test.go => test_raid1c.go} (100%) rename tests/go/{raid1d_test.go => test_raid1d.go} (100%) rename tests/go/{raid1e_test.go => test_raid1e.go} (100%) rename tests/go/{raid3_test.go => test_raid3.go} (100%) rename tests/go/{recursivefactorial_test.go => test_recursivefactorial.go} (100%) rename tests/go/{recursivepower_test.go => test_recursivepower.go} (100%) rename tests/go/{rot14_test.go => test_rot14.go} (100%) rename tests/go/{sortedlistmerge_test.go => test_sortedlistmerge.go} (100%) rename tests/go/{sortintegertable_test.go => test_sortintegertable.go} (100%) rename tests/go/{sortlist_test.go => test_sortlist.go} (100%) rename tests/go/{sortlistinsert_test.go => test_sortlistinsert.go} (100%) rename tests/go/{sortwordarr_test.go => test_sortwordarr.go} (100%) rename tests/go/{split_test.go => test_split.go} (100%) rename tests/go/{splitwhitespaces_test.go => test_splitwhitespaces.go} (100%) rename tests/go/{sqrt_test.go => test_sqrt.go} (100%) rename tests/go/{strlen_test.go => test_strlen.go} (100%) rename tests/go/{strrev_test.go => test_strrev.go} (100%) rename tests/go/{swap_test.go => test_swap.go} (100%) rename tests/go/{swapbits_test.go => test_swapbits.go} (100%) rename tests/go/{tetrisoptimizer_test.go => test_tetrisoptimizer.go} (100%) rename tests/go/{tolower_test.go => test_tolower.go} (100%) rename tests/go/{toupper_test.go => test_toupper.go} (100%) rename tests/go/{trimatoi_test.go => test_trimatoi.go} (100%) rename tests/go/{ultimatedivmod_test.go => test_ultimatedivmod.go} (100%) rename tests/go/{ultimatepointone_test.go => test_ultimatepointone.go} (100%) rename tests/go/{unmatch_test.go => test_unmatch.go} (100%) rename tests/go/{ztail_test.go => test_ztail.go} (100%) diff --git a/tests/go/solutions/addlinkednumbers/addlinkednumbers_test.go b/tests/go/solutions/addlinkednumbers/test_addlinkednumbers.go similarity index 100% rename from tests/go/solutions/addlinkednumbers/addlinkednumbers_test.go rename to tests/go/solutions/addlinkednumbers/test_addlinkednumbers.go diff --git a/tests/go/solutions/atoibaseprog/atoibaseprog_test.go b/tests/go/solutions/atoibaseprog/test_atoibaseprog.go similarity index 100% rename from tests/go/solutions/atoibaseprog/atoibaseprog_test.go rename to tests/go/solutions/atoibaseprog/test_atoibaseprog.go diff --git a/tests/go/solutions/atoiprog/atoiprog_test.go b/tests/go/solutions/atoiprog/test_atoiprog.go similarity index 100% rename from tests/go/solutions/atoiprog/atoiprog_test.go rename to tests/go/solutions/atoiprog/test_atoiprog.go diff --git a/tests/go/solutions/changeorder/changeorder_test.go b/tests/go/solutions/changeorder/test_changeorder.go similarity index 100% rename from tests/go/solutions/changeorder/changeorder_test.go rename to tests/go/solutions/changeorder/test_changeorder.go diff --git a/tests/go/solutions/chunk/chunk_test.go b/tests/go/solutions/chunk/test_chunk.go similarity index 100% rename from tests/go/solutions/chunk/chunk_test.go rename to tests/go/solutions/chunk/test_chunk.go diff --git a/tests/go/solutions/doppelgangerprog/doppelgangerprog_test.go b/tests/go/solutions/doppelgangerprog/test_doppelgangerprog.go similarity index 100% rename from tests/go/solutions/doppelgangerprog/doppelgangerprog_test.go rename to tests/go/solutions/doppelgangerprog/test_doppelgangerprog.go diff --git a/tests/go/solutions/fib/fib_test.go b/tests/go/solutions/fib/test_fib.go similarity index 100% rename from tests/go/solutions/fib/fib_test.go rename to tests/go/solutions/fib/test_fib.go diff --git a/tests/go/solutions/findprevprimeprog/findprevprimeprog_test.go b/tests/go/solutions/findprevprimeprog/test_findprevprimeprog.go similarity index 100% rename from tests/go/solutions/findprevprimeprog/findprevprimeprog_test.go rename to tests/go/solutions/findprevprimeprog/test_findprevprimeprog.go diff --git a/tests/go/solutions/firstruneprog/firstruneprog_test.go b/tests/go/solutions/firstruneprog/test_firstruneprog.go similarity index 100% rename from tests/go/solutions/firstruneprog/firstruneprog_test.go rename to tests/go/solutions/firstruneprog/test_firstruneprog.go diff --git a/tests/go/solutions/foldint/foldint_test.go b/tests/go/solutions/foldint/test_foldint.go similarity index 100% rename from tests/go/solutions/foldint/foldint_test.go rename to tests/go/solutions/foldint/test_foldint.go diff --git a/tests/go/solutions/foreachprog/foreachprog_test.go b/tests/go/solutions/foreachprog/test_foreachprog.go similarity index 100% rename from tests/go/solutions/foreachprog/foreachprog_test.go rename to tests/go/solutions/foreachprog/test_foreachprog.go diff --git a/tests/go/solutions/game23/game23_test.go b/tests/go/solutions/game23/test_game23.go similarity index 100% rename from tests/go/solutions/game23/game23_test.go rename to tests/go/solutions/game23/test_game23.go diff --git a/tests/go/solutions/halfcontestprog/halfcontestprog_test.go b/tests/go/solutions/halfcontestprog/test_halfcontestprog.go similarity index 100% rename from tests/go/solutions/halfcontestprog/halfcontestprog_test.go rename to tests/go/solutions/halfcontestprog/test_halfcontestprog.go diff --git a/tests/go/solutions/interestingnumber/interestingnumber_test.go b/tests/go/solutions/interestingnumber/test_interestingnumber.go similarity index 100% rename from tests/go/solutions/interestingnumber/interestingnumber_test.go rename to tests/go/solutions/interestingnumber/test_interestingnumber.go diff --git a/tests/go/solutions/inverttree/inverttree_test.go b/tests/go/solutions/inverttree/test_inverttree.go similarity index 100% rename from tests/go/solutions/inverttree/inverttree_test.go rename to tests/go/solutions/inverttree/test_inverttree.go diff --git a/tests/go/solutions/isanagram/isanagram_test.go b/tests/go/solutions/isanagram/test_isanagram.go similarity index 100% rename from tests/go/solutions/isanagram/isanagram_test.go rename to tests/go/solutions/isanagram/test_isanagram.go diff --git a/tests/go/solutions/itoabaseprog/itoabaseprog_test.go b/tests/go/solutions/itoabaseprog/test_itoabaseprog.go similarity index 100% rename from tests/go/solutions/itoabaseprog/itoabaseprog_test.go rename to tests/go/solutions/itoabaseprog/test_itoabaseprog.go diff --git a/tests/go/solutions/itoaprog/itoaprog_test.go b/tests/go/solutions/itoaprog/test_itoaprog.go similarity index 100% rename from tests/go/solutions/itoaprog/itoaprog_test.go rename to tests/go/solutions/itoaprog/test_itoaprog.go diff --git a/tests/go/solutions/lastruneprog/lastruneprog_test.go b/tests/go/solutions/lastruneprog/test_lastruneprog.go similarity index 100% rename from tests/go/solutions/lastruneprog/lastruneprog_test.go rename to tests/go/solutions/lastruneprog/test_lastruneprog.go diff --git a/tests/go/solutions/lcm/lcm_test.go b/tests/go/solutions/lcm/test_lcm.go similarity index 100% rename from tests/go/solutions/lcm/lcm_test.go rename to tests/go/solutions/lcm/test_lcm.go diff --git a/tests/go/solutions/listremoveifprog/listremoveifprog_test.go b/tests/go/solutions/listremoveifprog/test_listremoveifprog.go similarity index 100% rename from tests/go/solutions/listremoveifprog/listremoveifprog_test.go rename to tests/go/solutions/listremoveifprog/test_listremoveifprog.go diff --git a/tests/go/solutions/listsizeprog/listsizeprog_test.go b/tests/go/solutions/listsizeprog/test_listsizeprog.go similarity index 100% rename from tests/go/solutions/listsizeprog/listsizeprog_test.go rename to tests/go/solutions/listsizeprog/test_listsizeprog.go diff --git a/tests/go/solutions/maxprog/maxprog_test.go b/tests/go/solutions/maxprog/test_maxprog.go similarity index 100% rename from tests/go/solutions/maxprog/maxprog_test.go rename to tests/go/solutions/maxprog/test_maxprog.go diff --git a/tests/go/solutions/merge/merge_test.go b/tests/go/solutions/merge/test_merge.go similarity index 100% rename from tests/go/solutions/merge/merge_test.go rename to tests/go/solutions/merge/test_merge.go diff --git a/tests/go/solutions/nauuo/nauuo_test.go b/tests/go/solutions/nauuo/test_nauuo.go similarity index 100% rename from tests/go/solutions/nauuo/nauuo_test.go rename to tests/go/solutions/nauuo/test_nauuo.go diff --git a/tests/go/solutions/nruneprog/nruneprog_test.go b/tests/go/solutions/nruneprog/test_nruneprog.go similarity index 100% rename from tests/go/solutions/nruneprog/nruneprog_test.go rename to tests/go/solutions/nruneprog/test_nruneprog.go diff --git a/tests/go/solutions/printmemory/printmemory_test.go b/tests/go/solutions/printmemory/test_printmemory.go similarity index 100% rename from tests/go/solutions/printmemory/printmemory_test.go rename to tests/go/solutions/printmemory/test_printmemory.go diff --git a/tests/go/solutions/priorprime/priorprime_test.go b/tests/go/solutions/priorprime/test_priorprime.go similarity index 100% rename from tests/go/solutions/priorprime/priorprime_test.go rename to tests/go/solutions/priorprime/test_priorprime.go diff --git a/tests/go/solutions/reachablenumberprog/reachablenumber_test.go b/tests/go/solutions/reachablenumberprog/test_reachablenumber.go similarity index 100% rename from tests/go/solutions/reachablenumberprog/reachablenumber_test.go rename to tests/go/solutions/reachablenumberprog/test_reachablenumber.go diff --git a/tests/go/solutions/reduceint/reduceint_test.go b/tests/go/solutions/reduceint/test_reduceint.go similarity index 100% rename from tests/go/solutions/reduceint/reduceint_test.go rename to tests/go/solutions/reduceint/test_reduceint.go diff --git a/tests/go/solutions/reverse/reverse_test.go b/tests/go/solutions/reverse/test_reverse.go similarity index 100% rename from tests/go/solutions/reverse/reverse_test.go rename to tests/go/solutions/reverse/test_reverse.go diff --git a/tests/go/solutions/reversebits/reversebits_test.go b/tests/go/solutions/reversebits/test_reversebits.go similarity index 100% rename from tests/go/solutions/reversebits/reversebits_test.go rename to tests/go/solutions/reversebits/test_reversebits.go diff --git a/tests/go/solutions/revivethreenums/revivethreenums_test.go b/tests/go/solutions/revivethreenums/test_revivethreenums.go similarity index 100% rename from tests/go/solutions/revivethreenums/revivethreenums_test.go rename to tests/go/solutions/revivethreenums/test_revivethreenums.go diff --git a/tests/go/solutions/sametree/sametree_test.go b/tests/go/solutions/sametree/test_sametree.go similarity index 100% rename from tests/go/solutions/sametree/sametree_test.go rename to tests/go/solutions/sametree/test_sametree.go diff --git a/tests/go/solutions/sliceprog/sliceprog_test.go b/tests/go/solutions/sliceprog/test_sliceprog.go similarity index 100% rename from tests/go/solutions/sliceprog/sliceprog_test.go rename to tests/go/solutions/sliceprog/test_sliceprog.go diff --git a/tests/go/solutions/sortll/sortll_test.go b/tests/go/solutions/sortll/test_sortll.go similarity index 100% rename from tests/go/solutions/sortll/sortll_test.go rename to tests/go/solutions/sortll/test_sortll.go diff --git a/tests/go/solutions/sortwordarrprog/sortwordarrprog_test.go b/tests/go/solutions/sortwordarrprog/test_sortwordarrprog.go similarity index 100% rename from tests/go/solutions/sortwordarrprog/sortwordarrprog_test.go rename to tests/go/solutions/sortwordarrprog/test_sortwordarrprog.go diff --git a/tests/go/solutions/splitprog/splitprog_test.go b/tests/go/solutions/splitprog/test_splitprog.go similarity index 100% rename from tests/go/solutions/splitprog/splitprog_test.go rename to tests/go/solutions/splitprog/test_splitprog.go diff --git a/tests/go/solutions/strlenprog/strlenprog_test.go b/tests/go/solutions/strlenprog/test_strlenprog.go similarity index 100% rename from tests/go/solutions/strlenprog/strlenprog_test.go rename to tests/go/solutions/strlenprog/test_strlenprog.go diff --git a/tests/go/solutions/swapbits/swapbits_test.go b/tests/go/solutions/swapbits/test_swapbits.go similarity index 100% rename from tests/go/solutions/swapbits/swapbits_test.go rename to tests/go/solutions/swapbits/test_swapbits.go diff --git a/tests/go/solutions/swapprog/swapprog_test.go b/tests/go/solutions/swapprog/test_swapprog.go similarity index 100% rename from tests/go/solutions/swapprog/swapprog_test.go rename to tests/go/solutions/swapprog/test_swapprog.go diff --git a/tests/go/solutions/sweetproblem/sweetproblem_test.go b/tests/go/solutions/sweetproblem/test_sweetproblem.go similarity index 100% rename from tests/go/solutions/sweetproblem/sweetproblem_test.go rename to tests/go/solutions/sweetproblem/test_sweetproblem.go diff --git a/tests/go/solutions/twosum/twosum_test.go b/tests/go/solutions/twosum/test_twosum.go similarity index 100% rename from tests/go/solutions/twosum/twosum_test.go rename to tests/go/solutions/twosum/test_twosum.go diff --git a/tests/go/solutions/volumechanger/volumechanger_test.go b/tests/go/solutions/volumechanger/test_volumechanger.go similarity index 100% rename from tests/go/solutions/volumechanger/volumechanger_test.go rename to tests/go/solutions/volumechanger/test_volumechanger.go diff --git a/tests/go/abort_test.go b/tests/go/test_abort.go similarity index 100% rename from tests/go/abort_test.go rename to tests/go/test_abort.go diff --git a/tests/go/activebits_test.go b/tests/go/test_activebits.go similarity index 100% rename from tests/go/activebits_test.go rename to tests/go/test_activebits.go diff --git a/tests/go/advancedsortwordarr_test.go b/tests/go/test_advancedsortwordarr.go similarity index 100% rename from tests/go/advancedsortwordarr_test.go rename to tests/go/test_advancedsortwordarr.go diff --git a/tests/go/alphacount_test.go b/tests/go/test_alphacount.go similarity index 100% rename from tests/go/alphacount_test.go rename to tests/go/test_alphacount.go diff --git a/tests/go/any_test.go b/tests/go/test_any.go similarity index 100% rename from tests/go/any_test.go rename to tests/go/test_any.go diff --git a/tests/go/appendrange_test.go b/tests/go/test_appendrange.go similarity index 100% rename from tests/go/appendrange_test.go rename to tests/go/test_appendrange.go diff --git a/tests/go/atoi_test.go b/tests/go/test_atoi.go similarity index 100% rename from tests/go/atoi_test.go rename to tests/go/test_atoi.go diff --git a/tests/go/atoibase_test.go b/tests/go/test_atoibase.go similarity index 100% rename from tests/go/atoibase_test.go rename to tests/go/test_atoibase.go diff --git a/tests/go/basicatoi_test.go b/tests/go/test_basicatoi.go similarity index 100% rename from tests/go/basicatoi_test.go rename to tests/go/test_basicatoi.go diff --git a/tests/go/basicatoi2_test.go b/tests/go/test_basicatoi2.go similarity index 100% rename from tests/go/basicatoi2_test.go rename to tests/go/test_basicatoi2.go diff --git a/tests/go/basicjoin_test.go b/tests/go/test_basicjoin.go similarity index 100% rename from tests/go/basicjoin_test.go rename to tests/go/test_basicjoin.go diff --git a/tests/go/btreeapplybylevel_test.go b/tests/go/test_btreeapplybylevel.go similarity index 100% rename from tests/go/btreeapplybylevel_test.go rename to tests/go/test_btreeapplybylevel.go diff --git a/tests/go/btreeapplyinorder_test.go b/tests/go/test_btreeapplyinorder.go similarity index 100% rename from tests/go/btreeapplyinorder_test.go rename to tests/go/test_btreeapplyinorder.go diff --git a/tests/go/btreeapplypostorder_test.go b/tests/go/test_btreeapplypostorder.go similarity index 100% rename from tests/go/btreeapplypostorder_test.go rename to tests/go/test_btreeapplypostorder.go diff --git a/tests/go/btreeapplypreorder_test.go b/tests/go/test_btreeapplypreorder.go similarity index 100% rename from tests/go/btreeapplypreorder_test.go rename to tests/go/test_btreeapplypreorder.go diff --git a/tests/go/btreedeletenode_test.go b/tests/go/test_btreedeletenode.go similarity index 100% rename from tests/go/btreedeletenode_test.go rename to tests/go/test_btreedeletenode.go diff --git a/tests/go/btreeinsertdata_test.go b/tests/go/test_btreeinsertdata.go similarity index 100% rename from tests/go/btreeinsertdata_test.go rename to tests/go/test_btreeinsertdata.go diff --git a/tests/go/btreeisbinary_test.go b/tests/go/test_btreeisbinary.go similarity index 100% rename from tests/go/btreeisbinary_test.go rename to tests/go/test_btreeisbinary.go diff --git a/tests/go/btreelevelcount_test.go b/tests/go/test_btreelevelcount.go similarity index 100% rename from tests/go/btreelevelcount_test.go rename to tests/go/test_btreelevelcount.go diff --git a/tests/go/btreemax_test.go b/tests/go/test_btreemax.go similarity index 100% rename from tests/go/btreemax_test.go rename to tests/go/test_btreemax.go diff --git a/tests/go/btreemin_test.go b/tests/go/test_btreemin.go similarity index 100% rename from tests/go/btreemin_test.go rename to tests/go/test_btreemin.go diff --git a/tests/go/btreesearchitem_test.go b/tests/go/test_btreesearchitem.go similarity index 100% rename from tests/go/btreesearchitem_test.go rename to tests/go/test_btreesearchitem.go diff --git a/tests/go/btreetransplant_test.go b/tests/go/test_btreetransplant.go similarity index 100% rename from tests/go/btreetransplant_test.go rename to tests/go/test_btreetransplant.go diff --git a/tests/go/capitalize_test.go b/tests/go/test_capitalize.go similarity index 100% rename from tests/go/capitalize_test.go rename to tests/go/test_capitalize.go diff --git a/tests/go/collatzcountdown_test.go b/tests/go/test_collatzcountdown.go similarity index 100% rename from tests/go/collatzcountdown_test.go rename to tests/go/test_collatzcountdown.go diff --git a/tests/go/compact_test.go b/tests/go/test_compact.go similarity index 100% rename from tests/go/compact_test.go rename to tests/go/test_compact.go diff --git a/tests/go/compare_test.go b/tests/go/test_compare.go similarity index 100% rename from tests/go/compare_test.go rename to tests/go/test_compare.go diff --git a/tests/go/concat_test.go b/tests/go/test_concat.go similarity index 100% rename from tests/go/concat_test.go rename to tests/go/test_concat.go diff --git a/tests/go/concatparams_test.go b/tests/go/test_concatparams.go similarity index 100% rename from tests/go/concatparams_test.go rename to tests/go/test_concatparams.go diff --git a/tests/go/convertbase_test.go b/tests/go/test_convertbase.go similarity index 100% rename from tests/go/convertbase_test.go rename to tests/go/test_convertbase.go diff --git a/tests/go/countif_test.go b/tests/go/test_countif.go similarity index 100% rename from tests/go/countif_test.go rename to tests/go/test_countif.go diff --git a/tests/go/createelem_test.go b/tests/go/test_createelem.go similarity index 100% rename from tests/go/createelem_test.go rename to tests/go/test_createelem.go diff --git a/tests/go/divmod_test.go b/tests/go/test_divmod.go similarity index 100% rename from tests/go/divmod_test.go rename to tests/go/test_divmod.go diff --git a/tests/go/eightqueens_test.go b/tests/go/test_eightqueens.go similarity index 100% rename from tests/go/eightqueens_test.go rename to tests/go/test_eightqueens.go diff --git a/tests/go/enigma_test.go b/tests/go/test_enigma.go similarity index 100% rename from tests/go/enigma_test.go rename to tests/go/test_enigma.go diff --git a/tests/go/fibonacci_test.go b/tests/go/test_fibonacci.go similarity index 100% rename from tests/go/fibonacci_test.go rename to tests/go/test_fibonacci.go diff --git a/tests/go/findnextprime_test.go b/tests/go/test_findnextprime.go similarity index 100% rename from tests/go/findnextprime_test.go rename to tests/go/test_findnextprime.go diff --git a/tests/go/firstrune_test.go b/tests/go/test_firstrune.go similarity index 100% rename from tests/go/firstrune_test.go rename to tests/go/test_firstrune.go diff --git a/tests/go/foreach_test.go b/tests/go/test_foreach.go similarity index 100% rename from tests/go/foreach_test.go rename to tests/go/test_foreach.go diff --git a/tests/go/index_test.go b/tests/go/test_index.go similarity index 100% rename from tests/go/index_test.go rename to tests/go/test_index.go diff --git a/tests/go/isalpha_test.go b/tests/go/test_isalpha.go similarity index 100% rename from tests/go/isalpha_test.go rename to tests/go/test_isalpha.go diff --git a/tests/go/islower_test.go b/tests/go/test_islower.go similarity index 100% rename from tests/go/islower_test.go rename to tests/go/test_islower.go diff --git a/tests/go/isnegative_test.go b/tests/go/test_isnegative.go similarity index 100% rename from tests/go/isnegative_test.go rename to tests/go/test_isnegative.go diff --git a/tests/go/isnumeric_test.go b/tests/go/test_isnumeric.go similarity index 100% rename from tests/go/isnumeric_test.go rename to tests/go/test_isnumeric.go diff --git a/tests/go/isprime_test.go b/tests/go/test_isprime.go similarity index 100% rename from tests/go/isprime_test.go rename to tests/go/test_isprime.go diff --git a/tests/go/isprintable_test.go b/tests/go/test_isprintable.go similarity index 100% rename from tests/go/isprintable_test.go rename to tests/go/test_isprintable.go diff --git a/tests/go/issorted_test.go b/tests/go/test_issorted.go similarity index 100% rename from tests/go/issorted_test.go rename to tests/go/test_issorted.go diff --git a/tests/go/isupper_test.go b/tests/go/test_isupper.go similarity index 100% rename from tests/go/isupper_test.go rename to tests/go/test_isupper.go diff --git a/tests/go/iterativefactorial_test.go b/tests/go/test_iterativefactorial.go similarity index 100% rename from tests/go/iterativefactorial_test.go rename to tests/go/test_iterativefactorial.go diff --git a/tests/go/iterativepower_test.go b/tests/go/test_iterativepower.go similarity index 100% rename from tests/go/iterativepower_test.go rename to tests/go/test_iterativepower.go diff --git a/tests/go/itoa_test.go b/tests/go/test_itoa.go similarity index 100% rename from tests/go/itoa_test.go rename to tests/go/test_itoa.go diff --git a/tests/go/itoabase_test.go b/tests/go/test_itoabase.go similarity index 100% rename from tests/go/itoabase_test.go rename to tests/go/test_itoabase.go diff --git a/tests/go/join_test.go b/tests/go/test_join.go similarity index 100% rename from tests/go/join_test.go rename to tests/go/test_join.go diff --git a/tests/go/lastrune_test.go b/tests/go/test_lastrune.go similarity index 100% rename from tests/go/lastrune_test.go rename to tests/go/test_lastrune.go diff --git a/tests/go/listat_test.go b/tests/go/test_listat.go similarity index 100% rename from tests/go/listat_test.go rename to tests/go/test_listat.go diff --git a/tests/go/listclear_test.go b/tests/go/test_listclear.go similarity index 100% rename from tests/go/listclear_test.go rename to tests/go/test_listclear.go diff --git a/tests/go/listfind_test.go b/tests/go/test_listfind.go similarity index 100% rename from tests/go/listfind_test.go rename to tests/go/test_listfind.go diff --git a/tests/go/listforeach_test.go b/tests/go/test_listforeach.go similarity index 100% rename from tests/go/listforeach_test.go rename to tests/go/test_listforeach.go diff --git a/tests/go/listforeachif_test.go b/tests/go/test_listforeachif.go similarity index 100% rename from tests/go/listforeachif_test.go rename to tests/go/test_listforeachif.go diff --git a/tests/go/listlast_test.go b/tests/go/test_listlast.go similarity index 100% rename from tests/go/listlast_test.go rename to tests/go/test_listlast.go diff --git a/tests/go/listmerge_test.go b/tests/go/test_listmerge.go similarity index 100% rename from tests/go/listmerge_test.go rename to tests/go/test_listmerge.go diff --git a/tests/go/listpushback_test.go b/tests/go/test_listpushback.go similarity index 100% rename from tests/go/listpushback_test.go rename to tests/go/test_listpushback.go diff --git a/tests/go/listpushfront_test.go b/tests/go/test_listpushfront.go similarity index 100% rename from tests/go/listpushfront_test.go rename to tests/go/test_listpushfront.go diff --git a/tests/go/listremoveif_test.go b/tests/go/test_listremoveif.go similarity index 100% rename from tests/go/listremoveif_test.go rename to tests/go/test_listremoveif.go diff --git a/tests/go/listreverse_test.go b/tests/go/test_listreverse.go similarity index 100% rename from tests/go/listreverse_test.go rename to tests/go/test_listreverse.go diff --git a/tests/go/listsize_test.go b/tests/go/test_listsize.go similarity index 100% rename from tests/go/listsize_test.go rename to tests/go/test_listsize.go diff --git a/tests/go/listsort_test.go b/tests/go/test_listsort.go similarity index 100% rename from tests/go/listsort_test.go rename to tests/go/test_listsort.go diff --git a/tests/go/makerange_test.go b/tests/go/test_makerange.go similarity index 100% rename from tests/go/makerange_test.go rename to tests/go/test_makerange.go diff --git a/tests/go/map_test.go b/tests/go/test_map.go similarity index 100% rename from tests/go/map_test.go rename to tests/go/test_map.go diff --git a/tests/go/max_test.go b/tests/go/test_max.go similarity index 100% rename from tests/go/max_test.go rename to tests/go/test_max.go diff --git a/tests/go/nrune_test.go b/tests/go/test_nrune.go similarity index 100% rename from tests/go/nrune_test.go rename to tests/go/test_nrune.go diff --git a/tests/go/pointone_test.go b/tests/go/test_pointone.go similarity index 100% rename from tests/go/pointone_test.go rename to tests/go/test_pointone.go diff --git a/tests/go/printcomb_test.go b/tests/go/test_printcomb.go similarity index 100% rename from tests/go/printcomb_test.go rename to tests/go/test_printcomb.go diff --git a/tests/go/printcomb2_test.go b/tests/go/test_printcomb2.go similarity index 100% rename from tests/go/printcomb2_test.go rename to tests/go/test_printcomb2.go diff --git a/tests/go/printcombn_test.go b/tests/go/test_printcombn.go similarity index 100% rename from tests/go/printcombn_test.go rename to tests/go/test_printcombn.go diff --git a/tests/go/printnbr_test.go b/tests/go/test_printnbr.go similarity index 100% rename from tests/go/printnbr_test.go rename to tests/go/test_printnbr.go diff --git a/tests/go/printnbrbase_test.go b/tests/go/test_printnbrbase.go similarity index 100% rename from tests/go/printnbrbase_test.go rename to tests/go/test_printnbrbase.go diff --git a/tests/go/printnbrinorder_test.go b/tests/go/test_printnbrinorder.go similarity index 100% rename from tests/go/printnbrinorder_test.go rename to tests/go/test_printnbrinorder.go diff --git a/tests/go/printprogramname_test.go b/tests/go/test_printprogramname.go similarity index 100% rename from tests/go/printprogramname_test.go rename to tests/go/test_printprogramname.go diff --git a/tests/go/printstr_test.go b/tests/go/test_printstr.go similarity index 100% rename from tests/go/printstr_test.go rename to tests/go/test_printstr.go diff --git a/tests/go/printwordstables_test.go b/tests/go/test_printwordstables.go similarity index 100% rename from tests/go/printwordstables_test.go rename to tests/go/test_printwordstables.go diff --git a/tests/go/raid1a_test.go b/tests/go/test_raid1a.go similarity index 100% rename from tests/go/raid1a_test.go rename to tests/go/test_raid1a.go diff --git a/tests/go/raid1b_test.go b/tests/go/test_raid1b.go similarity index 100% rename from tests/go/raid1b_test.go rename to tests/go/test_raid1b.go diff --git a/tests/go/raid1c_test.go b/tests/go/test_raid1c.go similarity index 100% rename from tests/go/raid1c_test.go rename to tests/go/test_raid1c.go diff --git a/tests/go/raid1d_test.go b/tests/go/test_raid1d.go similarity index 100% rename from tests/go/raid1d_test.go rename to tests/go/test_raid1d.go diff --git a/tests/go/raid1e_test.go b/tests/go/test_raid1e.go similarity index 100% rename from tests/go/raid1e_test.go rename to tests/go/test_raid1e.go diff --git a/tests/go/raid3_test.go b/tests/go/test_raid3.go similarity index 100% rename from tests/go/raid3_test.go rename to tests/go/test_raid3.go diff --git a/tests/go/recursivefactorial_test.go b/tests/go/test_recursivefactorial.go similarity index 100% rename from tests/go/recursivefactorial_test.go rename to tests/go/test_recursivefactorial.go diff --git a/tests/go/recursivepower_test.go b/tests/go/test_recursivepower.go similarity index 100% rename from tests/go/recursivepower_test.go rename to tests/go/test_recursivepower.go diff --git a/tests/go/rot14_test.go b/tests/go/test_rot14.go similarity index 100% rename from tests/go/rot14_test.go rename to tests/go/test_rot14.go diff --git a/tests/go/sortedlistmerge_test.go b/tests/go/test_sortedlistmerge.go similarity index 100% rename from tests/go/sortedlistmerge_test.go rename to tests/go/test_sortedlistmerge.go diff --git a/tests/go/sortintegertable_test.go b/tests/go/test_sortintegertable.go similarity index 100% rename from tests/go/sortintegertable_test.go rename to tests/go/test_sortintegertable.go diff --git a/tests/go/sortlist_test.go b/tests/go/test_sortlist.go similarity index 100% rename from tests/go/sortlist_test.go rename to tests/go/test_sortlist.go diff --git a/tests/go/sortlistinsert_test.go b/tests/go/test_sortlistinsert.go similarity index 100% rename from tests/go/sortlistinsert_test.go rename to tests/go/test_sortlistinsert.go diff --git a/tests/go/sortwordarr_test.go b/tests/go/test_sortwordarr.go similarity index 100% rename from tests/go/sortwordarr_test.go rename to tests/go/test_sortwordarr.go diff --git a/tests/go/split_test.go b/tests/go/test_split.go similarity index 100% rename from tests/go/split_test.go rename to tests/go/test_split.go diff --git a/tests/go/splitwhitespaces_test.go b/tests/go/test_splitwhitespaces.go similarity index 100% rename from tests/go/splitwhitespaces_test.go rename to tests/go/test_splitwhitespaces.go diff --git a/tests/go/sqrt_test.go b/tests/go/test_sqrt.go similarity index 100% rename from tests/go/sqrt_test.go rename to tests/go/test_sqrt.go diff --git a/tests/go/strlen_test.go b/tests/go/test_strlen.go similarity index 100% rename from tests/go/strlen_test.go rename to tests/go/test_strlen.go diff --git a/tests/go/strrev_test.go b/tests/go/test_strrev.go similarity index 100% rename from tests/go/strrev_test.go rename to tests/go/test_strrev.go diff --git a/tests/go/swap_test.go b/tests/go/test_swap.go similarity index 100% rename from tests/go/swap_test.go rename to tests/go/test_swap.go diff --git a/tests/go/swapbits_test.go b/tests/go/test_swapbits.go similarity index 100% rename from tests/go/swapbits_test.go rename to tests/go/test_swapbits.go diff --git a/tests/go/tetrisoptimizer_test.go b/tests/go/test_tetrisoptimizer.go similarity index 100% rename from tests/go/tetrisoptimizer_test.go rename to tests/go/test_tetrisoptimizer.go diff --git a/tests/go/tolower_test.go b/tests/go/test_tolower.go similarity index 100% rename from tests/go/tolower_test.go rename to tests/go/test_tolower.go diff --git a/tests/go/toupper_test.go b/tests/go/test_toupper.go similarity index 100% rename from tests/go/toupper_test.go rename to tests/go/test_toupper.go diff --git a/tests/go/trimatoi_test.go b/tests/go/test_trimatoi.go similarity index 100% rename from tests/go/trimatoi_test.go rename to tests/go/test_trimatoi.go diff --git a/tests/go/ultimatedivmod_test.go b/tests/go/test_ultimatedivmod.go similarity index 100% rename from tests/go/ultimatedivmod_test.go rename to tests/go/test_ultimatedivmod.go diff --git a/tests/go/ultimatepointone_test.go b/tests/go/test_ultimatepointone.go similarity index 100% rename from tests/go/ultimatepointone_test.go rename to tests/go/test_ultimatepointone.go diff --git a/tests/go/unmatch_test.go b/tests/go/test_unmatch.go similarity index 100% rename from tests/go/unmatch_test.go rename to tests/go/test_unmatch.go diff --git a/tests/go/ztail_test.go b/tests/go/test_ztail.go similarity index 100% rename from tests/go/ztail_test.go rename to tests/go/test_ztail.go