mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-07 16:33:40 +00:00
added hiboot - a high performance web and cli application framework w… (#2167)
hiboot - the cli/web framework with auto configuration and dependency injection Please check if what you want to add to `awesome-go` list meets [quality standards](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard) before sending pull request. Thanks! **Please provide package links to:** - github.com repo: https://github.com/hidevopsio/hiboot - godoc.org: [![Documentation](https://godoc.org/github.com/golang/gddo?status.svg)](https://godoc.org/github.com/hidevopsio/hiboot) - goreportcard.com: [![Go Report Card](https://goreportcard.com/badge/github.com/hidevopsio/hiboot)](https://goreportcard.com/report/github.com/hidevopsio/hiboot) - coverage service link: [![codecov](https://codecov.io/gh/hidevopsio/hiboot/branch/master/graph/badge.svg)](https://codecov.io/gh/hidevopsio/hiboot) Very good coverage **Note**: that new categories can be added only when there are 3 packages or more. **Make sure that you've checked the boxes below before you submit PR:** - [x ] I have added my package in alphabetical order. - [x] I have an appropriate description with correct grammar. - [x] I know that this package was not listed before. - [x] I have added godoc link to the repo and to my pull request. - [x] I have added coverage service link to the repo and to my pull request. - [x] I have added goreportcard link to the repo and to my pull request. - [x] I have read [Contribution guidelines](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#contribution-guidelines), [maintainers note](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#maintainers) and [Quality standard](https://github.com/avelino/awesome-go/blob/master/CONTRIBUTING.md#quality-standard). Thanks for your PR, you're awesome! 👍
This commit is contained in:
parent
624cb14e00
commit
05c32640db
@ -169,6 +169,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
|
||||
* [go-commander](https://github.com/yitsushi/go-commander) - Go library to simplify CLI workflow
|
||||
* [go-flags](https://github.com/jessevdk/go-flags) - go command line option parser.
|
||||
* [gocmd](https://github.com/devfacet/gocmd) - Go library for building command line applications.
|
||||
* [hiboot cli](https://github.com/hidevopsio/hiboot/tree/master/pkg/app/cli) - cli application framework with auto configuration and dependency injection.
|
||||
* [kingpin](https://github.com/alecthomas/kingpin) - Command line and flag parser supporting sub commands.
|
||||
* [liner](https://github.com/peterh/liner) - Go readline-like library for command-line interfaces.
|
||||
* [mitchellh/cli](https://github.com/mitchellh/cli) - Go library for implementing command-line interfaces.
|
||||
@ -1578,6 +1579,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis
|
||||
* [Golf](https://github.com/dinever/golf) - Golf is a fast, simple and lightweight micro-web framework for Go. It comes with powerful features and has no dependencies other than the Go Standard Library.
|
||||
* [Gondola](https://github.com/rainycape/gondola) - The web framework for writing faster sites, faster.
|
||||
* [gongular](https://github.com/mustafaakin/gongular) - Fast Go web framework with input mapping/validation and (DI) Dependency Injection.
|
||||
* [hiboot](https://github.com/hidevopsio/hiboot) - hiboot is a high performance web application framework with auto configuration and dependency injection support.
|
||||
* [Macaron](https://github.com/go-macaron/macaron) - Macaron is a high productive and modular design web framework in Go.
|
||||
* [mango](https://github.com/paulbellamy/mango) - Mango is a modular web-application framework for Go, inspired by Rack, and PEP333.
|
||||
* [Microservice](https://github.com/claygod/microservice) - The framework for the creation of microservices, written in Golang.
|
||||
|
Loading…
Reference in New Issue
Block a user