From 68c201a3402da0edd8a7ea7c82d5aad2a35e62aa Mon Sep 17 00:00:00 2001 From: cangui Date: Fri, 13 Dec 2024 19:35:12 +0100 Subject: [PATCH] Update readme --- README.MD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.MD b/README.MD index 5079351..021be78 100644 --- a/README.MD +++ b/README.MD @@ -113,8 +113,8 @@ pvnet/ ├── go.sum ├── function/ │ └── main.go -├── simply-ssh/ -│ ├── main.go +│ +└── ``` - **main.go** : Point d'entrée de l'application. @@ -129,7 +129,7 @@ L'application utilise plusieurs packages externes : - [`github.com/joho/godotenv`](https://github.com/joho/godotenv) : Pour charger les variables d'environnement depuis le fichier `.env`. - [`github.com/TwiN/go-choice`](https://github.com/TwiN/go-choice) : Pour afficher des choix interactifs dans le terminal. - [`github.com/pkg/sftp`](https://github.com/pkg/sftp) : Pour les transferts de fichiers via SFTP. -- Packages internes : `canguidev.fr/pvnet/function` et `canguidev.fr/pvnet/simply-ssh` pour les fonctions personnalisées liées aux opérations SSH et aux manipulations Excel. +- Packages internes : `canguidev.fr/pvnet/function` pour les fonctions personnalisées liées aux opérations SSH et aux manipulations Excel. ## Contribution