diff --git a/tests/go/prog/addprimesum/test.go b/tests/go/prog/addprimesum/test.go index 8f1b7b23..941b8e14 100644 --- a/tests/go/prog/addprimesum/test.go +++ b/tests/go/prog/addprimesum/test.go @@ -3,7 +3,7 @@ package main import ( "strconv" - "../lib" + "../../lib" ) func isAPrime(nb int) bool { diff --git a/tests/go/prog/alphamirror/test.go b/tests/go/prog/alphamirror/test.go index 008943b4..e9b572f7 100644 --- a/tests/go/prog/alphamirror/test.go +++ b/tests/go/prog/alphamirror/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { args := [][]string{ diff --git a/tests/go/prog/balancedstring/test.go b/tests/go/prog/balancedstring/test.go index a2526765..2f3b9b5f 100644 --- a/tests/go/prog/balancedstring/test.go +++ b/tests/go/prog/balancedstring/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { table := []string{ diff --git a/tests/go/prog/boolean/test.go b/tests/go/prog/boolean/test.go index 11ec372c..cda4a1c5 100644 --- a/tests/go/prog/boolean/test.go +++ b/tests/go/prog/boolean/test.go @@ -3,7 +3,7 @@ package main import ( "strings" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/brackets/test.go b/tests/go/prog/brackets/test.go index bf880ae8..91396899 100644 --- a/tests/go/prog/brackets/test.go +++ b/tests/go/prog/brackets/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { oneArgs := []string{ diff --git a/tests/go/prog/brainfuck/test.go b/tests/go/prog/brainfuck/test.go index 0a7ecc86..a7df4a06 100644 --- a/tests/go/prog/brainfuck/test.go +++ b/tests/go/prog/brainfuck/test.go @@ -3,7 +3,7 @@ package main import ( "strings" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/cat/test.go b/tests/go/prog/cat/test.go index e0c354cc..4801cc64 100644 --- a/tests/go/prog/cat/test.go +++ b/tests/go/prog/cat/test.go @@ -6,7 +6,7 @@ import ( "os/exec" "strings" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/cleanstr/test.go b/tests/go/prog/cleanstr/test.go index 63162029..f65d25a0 100644 --- a/tests/go/prog/cleanstr/test.go +++ b/tests/go/prog/cleanstr/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { args := []string{ diff --git a/tests/go/prog/comcheck/test.go b/tests/go/prog/comcheck/test.go index d3fea8e1..d4583c14 100644 --- a/tests/go/prog/comcheck/test.go +++ b/tests/go/prog/comcheck/test.go @@ -3,7 +3,7 @@ package main import ( "strings" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/costumeprofit/test.go b/tests/go/prog/costumeprofit/test.go index a192b6d0..2b5b494b 100644 --- a/tests/go/prog/costumeprofit/test.go +++ b/tests/go/prog/costumeprofit/test.go @@ -3,7 +3,7 @@ package main import ( "strconv" - "../lib" + "../../lib" ) type node struct { diff --git a/tests/go/prog/countdown/test.go b/tests/go/prog/countdown/test.go index 2f0862b5..0173f54d 100644 --- a/tests/go/prog/countdown/test.go +++ b/tests/go/prog/countdown/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { lib.ChallengeMain("countdown") diff --git a/tests/go/prog/displaya/test.go b/tests/go/prog/displaya/test.go index 463022ea..03a926b6 100644 --- a/tests/go/prog/displaya/test.go +++ b/tests/go/prog/displaya/test.go @@ -3,7 +3,7 @@ package main import ( "strings" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/displayalpham/test.go b/tests/go/prog/displayalpham/test.go index a1573c33..bba2574f 100644 --- a/tests/go/prog/displayalpham/test.go +++ b/tests/go/prog/displayalpham/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { lib.ChallengeMain("displayalpham") diff --git a/tests/go/prog/displayalrevm/test.go b/tests/go/prog/displayalrevm/test.go index 157fa63c..8d99d315 100644 --- a/tests/go/prog/displayalrevm/test.go +++ b/tests/go/prog/displayalrevm/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { lib.ChallengeMain("displayalrevm") diff --git a/tests/go/prog/displayfile/test.go b/tests/go/prog/displayfile/test.go index 868de328..ca573320 100644 --- a/tests/go/prog/displayfile/test.go +++ b/tests/go/prog/displayfile/test.go @@ -4,7 +4,7 @@ import ( "os" "strings" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/displayfirstparam/test.go b/tests/go/prog/displayfirstparam/test.go index 1f59c521..74bd9588 100644 --- a/tests/go/prog/displayfirstparam/test.go +++ b/tests/go/prog/displayfirstparam/test.go @@ -3,7 +3,7 @@ package main import ( "strings" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/displaylastparam/test.go b/tests/go/prog/displaylastparam/test.go index 70ac2d57..30a9d970 100644 --- a/tests/go/prog/displaylastparam/test.go +++ b/tests/go/prog/displaylastparam/test.go @@ -3,7 +3,7 @@ package main import ( "strings" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/displayz/test.go b/tests/go/prog/displayz/test.go index 46d2a1db..a8c4d0d2 100644 --- a/tests/go/prog/displayz/test.go +++ b/tests/go/prog/displayz/test.go @@ -3,7 +3,7 @@ package main import ( "strings" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/doop/test.go b/tests/go/prog/doop/test.go index 29b71e5e..af4b944e 100644 --- a/tests/go/prog/doop/test.go +++ b/tests/go/prog/doop/test.go @@ -5,7 +5,7 @@ import ( "strconv" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/expandstr/test.go b/tests/go/prog/expandstr/test.go index 4e8b01c8..98e2bab3 100644 --- a/tests/go/prog/expandstr/test.go +++ b/tests/go/prog/expandstr/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { args := [][]string{ diff --git a/tests/go/prog/firstword/test.go b/tests/go/prog/firstword/test.go index 5487e79f..29f92650 100644 --- a/tests/go/prog/firstword/test.go +++ b/tests/go/prog/firstword/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { table := append(lib.MultRandWords(), diff --git a/tests/go/prog/fixthemain/test.go b/tests/go/prog/fixthemain/test.go index 27b6bb3d..84c636b7 100644 --- a/tests/go/prog/fixthemain/test.go +++ b/tests/go/prog/fixthemain/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { lib.ChallengeMain("fixthemain") diff --git a/tests/go/prog/flags/test.go b/tests/go/prog/flags/test.go index ae11be37..292f46bb 100644 --- a/tests/go/prog/flags/test.go +++ b/tests/go/prog/flags/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" type node struct { flags []string diff --git a/tests/go/prog/fprime/test.go b/tests/go/prog/fprime/test.go index 07cc7825..88a6d991 100644 --- a/tests/go/prog/fprime/test.go +++ b/tests/go/prog/fprime/test.go @@ -3,7 +3,7 @@ package main import ( "strconv" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/gcd/test.go b/tests/go/prog/gcd/test.go index 106917ae..95c7fb72 100644 --- a/tests/go/prog/gcd/test.go +++ b/tests/go/prog/gcd/test.go @@ -3,7 +3,7 @@ package main import ( "strconv" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/grouping/test.go b/tests/go/prog/grouping/test.go index d08be83a..c21db9d0 100644 --- a/tests/go/prog/grouping/test.go +++ b/tests/go/prog/grouping/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func validRegExp(n int) string { result := "(" diff --git a/tests/go/prog/hello/test.go b/tests/go/prog/hello/test.go index 3ccedd55..c72e0c1f 100644 --- a/tests/go/prog/hello/test.go +++ b/tests/go/prog/hello/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { lib.ChallengeMain("hello") diff --git a/tests/go/prog/hiddenp/test.go b/tests/go/prog/hiddenp/test.go index f97f991c..96a06f07 100644 --- a/tests/go/prog/hiddenp/test.go +++ b/tests/go/prog/hiddenp/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { args := [][2]string{ diff --git a/tests/go/prog/inter/test.go b/tests/go/prog/inter/test.go index 16b35aa3..ee533294 100644 --- a/tests/go/prog/inter/test.go +++ b/tests/go/prog/inter/test.go @@ -3,7 +3,7 @@ package main import ( "strings" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/ispowerof2/test.go b/tests/go/prog/ispowerof2/test.go index 53c46f5a..cc7b6057 100644 --- a/tests/go/prog/ispowerof2/test.go +++ b/tests/go/prog/ispowerof2/test.go @@ -3,7 +3,7 @@ package main import ( "strconv" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/lastword/test.go b/tests/go/prog/lastword/test.go index be5de0ae..2ec896db 100644 --- a/tests/go/prog/lastword/test.go +++ b/tests/go/prog/lastword/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { args := []string{ diff --git a/tests/go/prog/nbrconvertalpha/test.go b/tests/go/prog/nbrconvertalpha/test.go index 9c7a12c1..1de34d3d 100644 --- a/tests/go/prog/nbrconvertalpha/test.go +++ b/tests/go/prog/nbrconvertalpha/test.go @@ -4,7 +4,7 @@ import ( "strconv" "strings" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/nenokku/test.go b/tests/go/prog/nenokku/test.go index da32c4a7..3a219338 100644 --- a/tests/go/prog/nenokku/test.go +++ b/tests/go/prog/nenokku/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { table := [][]string{{ diff --git a/tests/go/prog/onlya/test.go b/tests/go/prog/onlya/test.go index a7349d6b..a7a8c920 100644 --- a/tests/go/prog/onlya/test.go +++ b/tests/go/prog/onlya/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { lib.ChallengeMain("onlya") diff --git a/tests/go/prog/onlyz/test.go b/tests/go/prog/onlyz/test.go index aba89342..4317037a 100644 --- a/tests/go/prog/onlyz/test.go +++ b/tests/go/prog/onlyz/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { lib.ChallengeMain("onlyz") diff --git a/tests/go/prog/options/test.go b/tests/go/prog/options/test.go index 23cceb0d..57f94590 100644 --- a/tests/go/prog/options/test.go +++ b/tests/go/prog/options/test.go @@ -3,7 +3,7 @@ package main import ( "strings" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/paramcount/test.go b/tests/go/prog/paramcount/test.go index 6aad4196..1d46e707 100644 --- a/tests/go/prog/paramcount/test.go +++ b/tests/go/prog/paramcount/test.go @@ -3,7 +3,7 @@ package main import ( "strconv" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/piglatin/test.go b/tests/go/prog/piglatin/test.go index c1442a3b..a8a5bb3c 100644 --- a/tests/go/prog/piglatin/test.go +++ b/tests/go/prog/piglatin/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { args := [][]string{ diff --git a/tests/go/prog/pilot/test.go b/tests/go/prog/pilot/test.go index 1ee4884f..a0253b4f 100644 --- a/tests/go/prog/pilot/test.go +++ b/tests/go/prog/pilot/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { lib.ChallengeMain("pilot") diff --git a/tests/go/prog/point/test.go b/tests/go/prog/point/test.go index 3b4c33e1..0ce92792 100644 --- a/tests/go/prog/point/test.go +++ b/tests/go/prog/point/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { lib.ChallengeMain("point") diff --git a/tests/go/prog/printalphabet/test.go b/tests/go/prog/printalphabet/test.go index 3da02dbf..4e5ab55a 100644 --- a/tests/go/prog/printalphabet/test.go +++ b/tests/go/prog/printalphabet/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { lib.ChallengeMain("printalphabet") diff --git a/tests/go/prog/printbits/test.go b/tests/go/prog/printbits/test.go index 17251283..d73c3cc0 100644 --- a/tests/go/prog/printbits/test.go +++ b/tests/go/prog/printbits/test.go @@ -4,7 +4,7 @@ import ( "strconv" "strings" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/printchessboard/test.go b/tests/go/prog/printchessboard/test.go index 47287e57..101e998c 100644 --- a/tests/go/prog/printchessboard/test.go +++ b/tests/go/prog/printchessboard/test.go @@ -3,7 +3,7 @@ package main import ( "strconv" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/printdigits/test.go b/tests/go/prog/printdigits/test.go index 9ae2a19b..ed60f74f 100644 --- a/tests/go/prog/printdigits/test.go +++ b/tests/go/prog/printdigits/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { lib.ChallengeMain("printdigits") diff --git a/tests/go/prog/printhex/test.go b/tests/go/prog/printhex/test.go index 1459dacf..7ca3780c 100644 --- a/tests/go/prog/printhex/test.go +++ b/tests/go/prog/printhex/test.go @@ -4,7 +4,7 @@ import ( "strconv" "strings" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/printparams/test.go b/tests/go/prog/printparams/test.go index a4f4976e..202bb6e3 100644 --- a/tests/go/prog/printparams/test.go +++ b/tests/go/prog/printparams/test.go @@ -3,7 +3,7 @@ package main import ( "strings" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/printprogramname/test.go b/tests/go/prog/printprogramname/test.go index 9c82763b..9e1638c9 100644 --- a/tests/go/prog/printprogramname/test.go +++ b/tests/go/prog/printprogramname/test.go @@ -4,7 +4,7 @@ import ( "os" "os/exec" - "../lib" + "../../lib" ) var name = "student" diff --git a/tests/go/prog/printrevcomb/test.go b/tests/go/prog/printrevcomb/test.go index e7daf9da..b38536dd 100644 --- a/tests/go/prog/printrevcomb/test.go +++ b/tests/go/prog/printrevcomb/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { lib.ChallengeMain("printrevcomb") diff --git a/tests/go/prog/printreversealphabet/test.go b/tests/go/prog/printreversealphabet/test.go index a9a6e683..1c31509e 100644 --- a/tests/go/prog/printreversealphabet/test.go +++ b/tests/go/prog/printreversealphabet/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { lib.ChallengeMain("printreversealphabet") diff --git a/tests/go/prog/raid2/test.go b/tests/go/prog/raid2/test.go index 8898abe8..c9422498 100644 --- a/tests/go/prog/raid2/test.go +++ b/tests/go/prog/raid2/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { valid := [][]string{ diff --git a/tests/go/prog/raid3/test.go b/tests/go/prog/raid3/test.go index 8cedb29f..35ecb532 100644 --- a/tests/go/prog/raid3/test.go +++ b/tests/go/prog/raid3/test.go @@ -4,7 +4,7 @@ import ( "os/exec" "strconv" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/range/test.go b/tests/go/prog/range/test.go index efb83b7b..e3257324 100644 --- a/tests/go/prog/range/test.go +++ b/tests/go/prog/range/test.go @@ -3,7 +3,7 @@ package main import ( "strconv" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/rectangle/test.go b/tests/go/prog/rectangle/test.go index 8186a9cf..2dff40b5 100644 --- a/tests/go/prog/rectangle/test.go +++ b/tests/go/prog/rectangle/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { lib.ChallengeMain("rectangle") diff --git a/tests/go/prog/repeatalpha/test.go b/tests/go/prog/repeatalpha/test.go index 39ef3e39..ae708c79 100644 --- a/tests/go/prog/repeatalpha/test.go +++ b/tests/go/prog/repeatalpha/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { args := []string{ diff --git a/tests/go/prog/reverserange/test.go b/tests/go/prog/reverserange/test.go index 2af69b2f..c3f34dd8 100644 --- a/tests/go/prog/reverserange/test.go +++ b/tests/go/prog/reverserange/test.go @@ -3,7 +3,7 @@ package main import ( "strconv" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/reversestrcap/test.go b/tests/go/prog/reversestrcap/test.go index f3cf1235..6a4737a3 100644 --- a/tests/go/prog/reversestrcap/test.go +++ b/tests/go/prog/reversestrcap/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { args := [][]string{ diff --git a/tests/go/prog/revparams/test.go b/tests/go/prog/revparams/test.go index 58654b73..19a72e00 100644 --- a/tests/go/prog/revparams/test.go +++ b/tests/go/prog/revparams/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { lib.ChallengeMain("revparams", "choumi", "is", "the", "best", "cat") diff --git a/tests/go/prog/revwstr/test.go b/tests/go/prog/revwstr/test.go index b20eb9cb..5421ef8e 100644 --- a/tests/go/prog/revwstr/test.go +++ b/tests/go/prog/revwstr/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { table := []string{ diff --git a/tests/go/prog/robottoorigin/test.go b/tests/go/prog/robottoorigin/test.go index 8f2eab33..d39c4ffd 100644 --- a/tests/go/prog/robottoorigin/test.go +++ b/tests/go/prog/robottoorigin/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { table := []string{ diff --git a/tests/go/prog/romannumbers/test.go b/tests/go/prog/romannumbers/test.go index ef8f706a..e280cc41 100644 --- a/tests/go/prog/romannumbers/test.go +++ b/tests/go/prog/romannumbers/test.go @@ -3,7 +3,7 @@ package main import ( "strconv" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/rostring/test.go b/tests/go/prog/rostring/test.go index 9c225a9e..387b8448 100644 --- a/tests/go/prog/rostring/test.go +++ b/tests/go/prog/rostring/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { args := []string{ diff --git a/tests/go/prog/rot13/test.go b/tests/go/prog/rot13/test.go index 860a173f..15e2608b 100644 --- a/tests/go/prog/rot13/test.go +++ b/tests/go/prog/rot13/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { table := append(lib.MultRandWords(), diff --git a/tests/go/prog/rotatevowels/test.go b/tests/go/prog/rotatevowels/test.go index a4c2442c..d070d643 100644 --- a/tests/go/prog/rotatevowels/test.go +++ b/tests/go/prog/rotatevowels/test.go @@ -3,7 +3,7 @@ package main import ( "strings" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/rpncalc/test.go b/tests/go/prog/rpncalc/test.go index 99addaad..6ca87d55 100644 --- a/tests/go/prog/rpncalc/test.go +++ b/tests/go/prog/rpncalc/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { args := []string{ diff --git a/tests/go/prog/searchreplace/test.go b/tests/go/prog/searchreplace/test.go index 22b6afe6..f0f1ecb6 100644 --- a/tests/go/prog/searchreplace/test.go +++ b/tests/go/prog/searchreplace/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { type nodeTest struct { diff --git a/tests/go/prog/sortparams/test.go b/tests/go/prog/sortparams/test.go index 7278e361..53a6566c 100644 --- a/tests/go/prog/sortparams/test.go +++ b/tests/go/prog/sortparams/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { lib.ChallengeMain("sortparams", lib.MultRandWords()...) diff --git a/tests/go/prog/switchcase/test.go b/tests/go/prog/switchcase/test.go index d45d8685..802e161c 100644 --- a/tests/go/prog/switchcase/test.go +++ b/tests/go/prog/switchcase/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { table := append(lib.MultRandWords(), diff --git a/tests/go/prog/tabmult/test.go b/tests/go/prog/tabmult/test.go index bac11f84..ea31261e 100644 --- a/tests/go/prog/tabmult/test.go +++ b/tests/go/prog/tabmult/test.go @@ -3,7 +3,7 @@ package main import ( "strconv" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/tetrisoptimizer/test.go b/tests/go/prog/tetrisoptimizer/test.go index 558afdc2..64da3a0c 100644 --- a/tests/go/prog/tetrisoptimizer/test.go +++ b/tests/go/prog/tetrisoptimizer/test.go @@ -12,7 +12,7 @@ import ( "strings" "time" - "../lib" + "../../lib" ) type ( diff --git a/tests/go/prog/union/test.go b/tests/go/prog/union/test.go index 653d0182..ae809b67 100644 --- a/tests/go/prog/union/test.go +++ b/tests/go/prog/union/test.go @@ -3,7 +3,7 @@ package main import ( "strings" - "../lib" + "../../lib" ) func main() { diff --git a/tests/go/prog/uniqueoccurences/test.go b/tests/go/prog/uniqueoccurences/test.go index f346724e..d523b1a8 100644 --- a/tests/go/prog/uniqueoccurences/test.go +++ b/tests/go/prog/uniqueoccurences/test.go @@ -1,6 +1,6 @@ package main -import "../lib" +import "../../lib" func main() { table := []string{ diff --git a/tests/go/prog/wdmatch/test.go b/tests/go/prog/wdmatch/test.go index 320a5cf7..eaab0fd7 100644 --- a/tests/go/prog/wdmatch/test.go +++ b/tests/go/prog/wdmatch/test.go @@ -3,7 +3,7 @@ package main import ( "strings" - "../lib" + "../../lib" ) func main() {