Nunu is a Golang project scaffold.
Go to file
2024-04-18 11:15:43 +08:00
api/v1 feat: Added database transactions and removed handler interface definitions 2023-11-05 16:18:00 +08:00
cmd feat: multi-database support 2024-03-31 11:44:37 +08:00
config feat: multi-database support 2024-03-31 11:44:37 +08:00
deploy Update Dockerfile with configurable registry 2024-02-26 16:47:12 +08:00
docs feat: Added database transactions and removed handler interface definitions 2023-11-05 16:18:00 +08:00
internal fix: rm X-Response-Time 2024-04-18 11:15:43 +08:00
pkg feat: multi-database support 2024-03-31 11:44:37 +08:00
scripts feat: add response errors 2023-08-26 12:18:01 +08:00
storage feat: multi-database support 2024-03-31 11:44:37 +08:00
test feat: multi-database support 2024-03-31 11:44:37 +08:00
web add code 2023-06-05 00:44:18 +08:00
.dockerignore feat: add dockerignore gitattributes 2023-07-28 10:49:50 +08:00
.gitattributes style: update gitattributes 2023-08-03 16:18:27 +08:00
.gitignore feat: multi-database support 2024-03-31 11:44:37 +08:00
go.mod feat: multi-database support 2024-03-31 11:44:37 +08:00
go.sum feat: multi-database support 2024-03-31 11:44:37 +08:00
LICENSE Initial commit 2023-06-03 20:08:23 +08:00
Makefile Update Makefile 2024-02-26 16:56:23 +08:00
README_zh.md feat: Adjust directory structure and add multi server support 2023-10-13 00:05:02 +08:00
README.md feat: Adjust directory structure and add multi server support 2023-10-13 00:05:02 +08:00

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.

简体中文介绍

Nunu

Documentation

License

Nunu is released under the MIT License. For more information, see the LICENSE file.