You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
820 B

  1. # binding [![Build Status](https://travis-ci.org/go-macaron/binding.svg?branch=master)](https://travis-ci.org/go-macaron/binding) [![](http://gocover.io/_badge/github.com/go-macaron/binding)](http://gocover.io/github.com/go-macaron/binding)
  2. Middleware binding provides request data binding and validation for [Macaron](https://github.com/go-macaron/macaron).
  3. ### Installation
  4. go get github.com/go-macaron/binding
  5. ## Getting Help
  6. - [API Reference](https://gowalker.org/github.com/go-macaron/binding)
  7. - [Documentation](http://go-macaron.com/docs/middlewares/binding)
  8. ## Credits
  9. This package is a modified version of [martini-contrib/binding](https://github.com/martini-contrib/binding).
  10. ## License
  11. This project is under the Apache License, Version 2.0. See the [LICENSE](LICENSE) file for the full license text.