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

  1. mkdir tls
  2. cd tls
  3. go run /opt/homebrew/Cellar/go/1.21.5/libexec/src/crypto/tls/generate_cert.go --rsa-bits=2048 --host=localhost
  4. run the app with go run ./cmd/web/

# Packages

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