An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# goapp [![GoDoc](https://pkg.go.dev/badge/github.com/xgfone/goapp)](https://pkg.go.dev/github.com/xgfone/goapp) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg?style=flat-square)](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
```