mhrdini / snippetbox

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

License:MIT License


Languages

Language:Go 78.6%Language:CSS 11.5%Language:HTML 9.4%Language:JavaScript 0.4%