Categorygithub.com/mhrdini/snippetbox
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:

Steps:

go mod tidy
cd cmd/web
air

To kill a process at some port:

kill $(lsof -t -i:PORT)

# Packages

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