package
0.0.0-20241129225105-34be54aba203
Repository: https://github.com/eventhunt-org/webapp.git
Documentation: pkg.go.dev
# README
Framework
This is the seed of a Go-based web framework I am writing. It is being built alongside EventHunt but will eventually be pulled out into its own project.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Variables
validates variables and structs to enforce rules.
# Interfaces
* A model represents structured data that can undergo standard CRUD operations
* with a PostgreSQL database.