Categorygithub.com/swithek/httpflow
repositorypackage
0.0.0-20210302114855-3975a26f6022
Repository: https://github.com/swithek/httpflow.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# 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 using user package)

cmd directory contains a working example backed by postgres database.