https://github.com/ursiform/forest-wares
A collection of useful middlewares for use with forest.App
https://github.com/ursiform/forest-wares
Last synced: 5 months ago
JSON representation
A collection of useful middlewares for use with forest.App
- Host: GitHub
- URL: https://github.com/ursiform/forest-wares
- Owner: ursiform
- License: mit
- Created: 2015-07-17T11:12:59.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-04-30T13:43:25.000Z (about 10 years ago)
- Last Synced: 2024-06-20T06:28:05.262Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 39.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# forest-wares
[](https://coveralls.io/github/ursiform/forest-wares?branch=master)
[](https://godoc.org/github.com/ursiform/forest-wares)
`forest-wares` is a package that contains
[`bear.HandlerFunc`](https://godoc.org/github.com/ursiform/bear#HandlerFunc)
(middleware) generating functions and installers for use with
[`forest.App`](https://godoc.org/github.com/ursiform/forest#App)
instances.
## Install
go get github.com/ursiform/forest-wares
## Test
go test -cover github.com/ursiform/forest-wares
## API
[](https://godoc.org/github.com/ursiform/forest-wares)
## License
[MIT License](LICENSE)