소스 검색

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/cloud"
 	"github.com/remogatto/prettytest"
 	"github.com/remogatto/prettytest"
 
 
-	"gogs.carducci-dante.gov.it/karmen/core/config"
+	"gogs.carducci-dante.gov.it/karmen/config"
 )
 )
 
 
 type testSuite struct {
 type testSuite struct {