modulepackage
0.1.2
Repository: https://github.com/magic-peng/go-swagger-ui.git
Documentation: pkg.go.dev
# README
Swagger UI Project
This is a simple project that uses Golang to start Swagger UI.
Multilingual Versions
- 🇨🇳 ç®€ä½“ä¸æ–‡
Open Source Projects Used
This project uses the following open source projects:
- Swagger UI: A powerful tool for generating and displaying API documentation. Swagger UI makes it easy for users to interact with APIs, view available endpoints, and see request and response examples.
Thanks to the Swagger UI team for their excellent work and contributions!
Usage Steps
-
Install:
go install github.com/magic-peng/go-swagger-ui
-
Start the Server:
go-swagger-ui --swagger=./swagger.json --port=8080
-
Access Swagger UI:
Open http://localhost:8080 in your browser to view the API documentation.
License
This project is licensed under the MIT License.