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 months 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)
![Minimum Go Version](https://img.shields.io/github/go-mod/go-version/xgfone/goapp?label=Go%2B)
![Latest SemVer](https://img.shields.io/github/v/tag/xgfone/goapp?sort=semver)

The package is used to initialize an application to simply the creation.

## Install

```shell
$ go get -u github.com/xgfone/goapp
```