/snippetbox

Primary LanguageGoMIT LicenseMIT

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)