https://github.com/saracen/fpf
Golang Form Population Filter
https://github.com/saracen/fpf
form fpf go golang template validation
Last synced: 5 months ago
JSON representation
Golang Form Population Filter
- Host: GitHub
- URL: https://github.com/saracen/fpf
- Owner: saracen
- License: bsd-2-clause
- Created: 2016-06-28T08:57:45.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-22T15:23:04.000Z (over 8 years ago)
- Last Synced: 2024-12-24T22:03:00.970Z (over 1 year ago)
- Topics: form, fpf, go, golang, template, validation
- Language: Go
- Size: 10.7 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fpf
FPF (Form Population Filter) is a library designed to help with the population of form values and error message insertion.
Examples (and documentation) can be found [here](http://godoc.org/github.com/saracen/fpf) to give a sense of scenarios where it is useful. But essentially, if you want to provide feedback to a user after they've submitted a form incorrectly, FPF can do that, independent from any template engine you've used.
[](http://godoc.org/github.com/saracen/fpf)