Problème imports réglé
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
package managers
|
||||
|
||||
import "_StorBackEnd/pkg/protocol/repository"
|
||||
import "StorBackEnd/pkg/protocol/repository"
|
||||
|
||||
type RequestManager struct {
|
||||
Repository *repository.ProtocolRepository
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package repository
|
||||
|
||||
import "_StorBackEnd/pkg/protocol"
|
||||
import "StorBackEnd/pkg/protocol"
|
||||
|
||||
func CreateProtocolRepository() *ProtocolRepository {
|
||||
return &ProtocolRepository{
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package readers
|
||||
|
||||
import "_StorBackEnd/pkg/protocol"
|
||||
import "StorBackEnd/pkg/protocol"
|
||||
|
||||
// EraseFileRuleName Identifiant de cette règle
|
||||
const EraseFileRuleName = "ffe_erasefile"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
package writers
|
||||
|
||||
import "_StorBackEnd/pkg/protocol"
|
||||
import "StorBackEnd/pkg/protocol"
|
||||
|
||||
const HelloRuleName = "sbe_hello"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user