module
0.0.0-20240607121700-03f6c9c41ee5
Repository: https://github.com/mhrdini/snippetbox.git
Documentation: pkg.go.dev
# README
Snippetbox
A tutorial project written in Go, completed by following the Let's Go book.
Table of Contents:
Development Mode
Requirements:
- Go v1.20
- air for hot reloading
- MySQL DB Setup
- TLS Certificate Generation
Steps:
go mod tidy
cd cmd/web
air
To kill a process at some port:
kill $(lsof -t -i:PORT)