Fix project : Suppression des _

This commit is contained in:
2022-02-23 13:07:48 +01:00
parent f6a7004137
commit 0808ed493d
8 changed files with 14 additions and 14 deletions
+6 -6
View File
@@ -1,12 +1,12 @@
package main
import (
"_StorBackEnd/pkg/config"
"_StorBackEnd/pkg/network"
"_StorBackEnd/pkg/protocol/managers"
"_StorBackEnd/pkg/protocol/repository"
"_StorBackEnd/pkg/protocol/rules/readers"
"_StorBackEnd/pkg/protocol/rules/writers"
"StorBackEnd/pkg/config"
"StorBackEnd/pkg/network"
"StorBackEnd/pkg/protocol/managers"
"StorBackEnd/pkg/protocol/repository"
"StorBackEnd/pkg/protocol/rules/readers"
"StorBackEnd/pkg/protocol/rules/writers"
)
const (