From 576216d1052902a2f8a8f47aabeb477224cae462 Mon Sep 17 00:00:00 2001 From: Mark McGranaghan Date: Thu, 20 Sep 2012 11:13:53 -0700 Subject: [PATCH] notes --- README | 11 ++++++++--- src/xx-http-server-static.go | 3 +++ 2 files changed, 11 insertions(+), 3 deletions(-) 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