Browse Source

Fix package import in compiler test

Andrea Fazzi 7 years ago
parent
commit
a93a0f31d0
1 changed files with 1 additions and 1 deletions
  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 {