Explorar el Código

Fix package import in compiler test

Andrea Fazzi hace 7 años
padre
commit
a93a0f31d0
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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 {