module
0.0.0-20240624103105-884daf943b9a
Repository: https://github.com/fouched/go-web-template.git
Documentation: pkg.go.dev
# README
go-web-template
Introduction
This project provides a basic template for starting a web project in Go. It does not use a typical Go web framework, nor is it a framework. It is just a project I use personally to provide some boilerplate for starting new projects. It uses:
- The built-in template engine with HTMX for dynamic content
- Chi as a router
- PostgreSQL as persistence layer (without an ORM)
Getting started
ToDo
# Packages
No description provided by the author