module
0.0.0-20210510015832-652ccd4dd823
Repository: https://github.com/unknowntpo/snippetbox.git
Documentation: pkg.go.dev
# README
snippetbox
Use following command to generate self-signed tls certificate.
$ go run /usr/local/opt/go/libexec/src/crypto/tls/generate_cert.go --rsa-bits=2048 --host=localhost
Then run the app:
$ go run ./cmd/web/