https://github.com/hbollon/go-middleware
https://github.com/hbollon/go-middleware
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hbollon/go-middleware
- Owner: hbollon
- License: mit
- Created: 2021-09-21T12:09:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-15T12:51:53.000Z (almost 4 years ago)
- Last Synced: 2025-02-07T13:37:26.294Z (8 months ago)
- Language: Go
- Size: 18.6 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TP Info901: BOLLON Hugo / RODRIGUEZ-LOZANO Samuel
[Documentation go.pkg.dev](https://pkg.go.dev/github.com/hbollon/go-middleware@v1.0.1)
Le code source de la librairie est situé à la racine de ce repo (package middleware), le main de démonstration est quant-a lui dans le dossier `cmd/`.
Pour exécuter le main de ce projet, il suffit d'installer [Go](https://golang.org/doc/install) et d'exécuter cette commande depuis la racine du projet: `go run cmd/main.go`.
Vous pouvez également directement exécuter ce main depuis Go Playground via votre navigateur sans n'avoir rien a installer: [https://play.golang.org/p/geN9lBAVwmk](https://play.golang.org/p/geN9lBAVwmk)