ソースを参照

Fix package import in compiler test

Andrea Fazzi 7 年 前
コミット
a93a0f31d0
1 ファイル変更1 行追加1 行削除
  1. 1 1
      compiler/compiler_test.go

+ 1 - 1
compiler/compiler_test.go

@@ -7,7 +7,7 @@ import (
 	"github.com/remogatto/cloud"
 	"github.com/remogatto/prettytest"
 
-	"gogs.carducci-dante.gov.it/karmen/core/config"
+	"gogs.carducci-dante.gov.it/karmen/config"
 )
 
 type testSuite struct {