https://github.com/ToQuery/example-go-nunu
golang + gin + nunu 代码示例
https://github.com/ToQuery/example-go-nunu
Last synced: 3 months ago
JSON representation
golang + gin + nunu 代码示例
- Host: GitHub
- URL: https://github.com/ToQuery/example-go-nunu
- Owner: ToQuery
- License: mit
- Created: 2024-08-19T12:02:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-19T17:23:24.000Z (6 months ago)
- Last Synced: 2025-02-17T10:32:13.489Z (4 months ago)
- Language: Go
- Homepage:
- Size: 228 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Nunu — A CLI tool for building Go applications.
Nunu is a scaffolding tool for building Go applications. Its name comes from a game character in League of Legends, a little boy riding on the shoulders of a Yeti. Just like Nunu, this project stands on the shoulders of giants, as it is built upon a combination of popular libraries from the Go ecosystem. This combination allows you to quickly build efficient and reliable applications.
[简体中文介绍](https://github.com/go-nunu/nunu/blob/main/README_zh.md)

## Documentation
* [User Guide](https://github.com/go-nunu/nunu/blob/main/docs/en/guide.md)
* [Architecture](https://github.com/go-nunu/nunu/blob/main/docs/en/architecture.md)
* [Getting Started Tutorial](https://github.com/go-nunu/nunu/blob/main/docs/en/tutorial.md)
* [Unit Testing](https://github.com/go-nunu/nunu/blob/main/docs/en/unit_testing.md)## License
Nunu is released under the MIT License. For more information, see the [LICENSE](LICENSE) file.