repositorypackage
0.0.0-20210302114855-3975a26f6022
Repository: https://github.com/swithek/httpflow.git
Documentation: pkg.go.dev
# README
Barebones for common web applications:
- Root directory contains various request handling helpers (JSON decoding, errors with status codes, etc.)
user
package contains user auth/verification/recovery/etc. logic.email
package contains email sending functionality (useful when usinguser
package)
cmd
directory contains a working example backed by postgres database.