module
0.0.0-20241212081516-e9b12c3e48d2
Repository: https://github.com/noloman/snippetbox.git
Documentation: pkg.go.dev
# README
snippetbox
In order to run, a self-signed certificate must be generated:
mkdir tls
cd tls
go run /opt/homebrew/Cellar/go/1.21.5/libexec/src/crypto/tls/generate_cert.go --rsa-bits=2048 --host=localhost
- run the app with
go run ./cmd/web/