Update readme
This commit is contained in:
parent
f73006cb93
commit
68c201a340
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user