11 lines
230 B
Markdown
11 lines
230 B
Markdown
# Go net/http Web Skeleton
|
|
|
|
Minimal starter skeleton for a Go web app using:
|
|
|
|
- `net/http`
|
|
- `html/template`
|
|
- embedded templates and static assets
|
|
|
|
This scaffold is intended as a starting point that host repositories can adapt.
|
|
|