diff --git a/README b/README index 6860e24..a4965a0 100644 --- a/README +++ b/README @@ -1,10 +1,11 @@ = next get web presence in good enough shape to point to from blog post gbe-web - basic design / brand - favicon google analytics + basic design / brand + basic copy sign up form + favicon blog post on Go on Heroku write @@ -14,7 +15,11 @@ blog post on Postgres write review with Keith ship & market -proof book design in web + +validate book style in editor + +validate book style in web mockup + = vision must-have book for hackers interested in Go diff --git a/src/xx-http-server-static.go b/src/xx-http-server-static.go index 8178a65..e4dc3e6 100644 --- a/src/xx-http-server-static.go +++ b/src/xx-http-server-static.go @@ -17,3 +17,6 @@ func main() { // == todo // serving only a subpath as statically +// index pages +// disable listing +// custom 404 handling