Suppression code résiduel
This commit is contained in:
parent
02de46bed2
commit
4a2a84b874
@ -8,7 +8,6 @@ import (
|
||||
"StoreBackEnd/pkg/protocol/rules/readers"
|
||||
"StoreBackEnd/pkg/protocol/rules/writers"
|
||||
"StoreBackEnd/pkg/utils"
|
||||
"log"
|
||||
"time"
|
||||
)
|
||||
|
||||
@ -17,11 +16,6 @@ const (
|
||||
)
|
||||
|
||||
func main() {
|
||||
hash, err := utils.HashFileCompare("D:\\HELMoCrypted.png", "bacf89bd47be38ac445d5519c4e945bbea79c4a1f250cb31579e331e67941939")
|
||||
if err != nil {
|
||||
log.Fatal(err)
|
||||
}
|
||||
println("Hash : ", hash)
|
||||
utils.NetworkLister() // TODO REMOVE
|
||||
println("StoreBackEnd started !")
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user