Problème imports réglé

This commit is contained in:
Maximilien LEDOUX
2022-02-23 13:06:29 +01:00
parent bc2e322781
commit 47b91d96d1
8 changed files with 13 additions and 13 deletions

View File

@@ -1,11 +1,11 @@
package main
import (
"_StorBackEnd/pkg/network"
"_StorBackEnd/pkg/protocol/managers"
"_StorBackEnd/pkg/protocol/repository"
"_StorBackEnd/pkg/protocol/rules/readers"
"_StorBackEnd/pkg/protocol/rules/writers"
"StorBackEnd/pkg/network"
"StorBackEnd/pkg/protocol/managers"
"StorBackEnd/pkg/protocol/repository"
"StorBackEnd/pkg/protocol/rules/readers"
"StorBackEnd/pkg/protocol/rules/writers"
)
const (