Categorygithub.com/kvnloughead/snippetbox
module
0.0.0-20240509213926-e9d821babda2
Repository: https://github.com/kvnloughead/snippetbox.git
Documentation: pkg.go.dev

# README

Snippetbox

A web app written in Go, following https://lets-go.alexedwards.net/.

HTML index

  • file:///home/kevin/Dropbox/lets-go-professional-package/html/

Usage

To run in development

  • export GO_ENV=development && go run ./cmd/web
  • export GO_ENV=production && go run ./cmd/web

# Packages

No description provided by the author
Package ui uses the built-in embed package to embed static files in our Go binary when its compiled.