https://github.com/xgfone/goapp
GoApp is used to simply the creation of the common application.
https://github.com/xgfone/goapp
app application config go-application logging router
Last synced: 4 days ago
JSON representation
GoApp is used to simply the creation of the common application.
- Host: GitHub
- URL: https://github.com/xgfone/goapp
- Owner: xgfone
- License: apache-2.0
- Created: 2020-04-27T13:58:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-11T09:07:48.000Z (8 months ago)
- Last Synced: 2025-10-14T01:02:45.391Z (4 days ago)
- Topics: app, application, config, go-application, logging, router
- Language: Go
- Size: 260 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# goapp [](https://pkg.go.dev/github.com/xgfone/goapp) [](https://raw.githubusercontent.com/xgfone/goapp/master/LICENSE)
The package is used to initialize an application to simply the creation. Support `Go1.21+`.
## Install
```shell
$ go get -u github.com/xgfone/goapp
```