notes
This commit is contained in:
parent
f188e7452a
commit
665dfed884
3
README
3
README
@ -1,7 +1,6 @@
|
|||||||
= next
|
= next
|
||||||
get web presence in good enough shape to point to from blog post
|
get web presence in good enough shape to point to from blog post
|
||||||
gbe-web
|
gbe-web
|
||||||
google analytics
|
|
||||||
basic design / brand
|
basic design / brand
|
||||||
basic copy
|
basic copy
|
||||||
sign up form
|
sign up form
|
||||||
@ -52,6 +51,8 @@ custom error pages
|
|||||||
* stack overflow answers
|
* stack overflow answers
|
||||||
* web site
|
* web site
|
||||||
* free books for contributors and reviewers
|
* free books for contributors and reviewers
|
||||||
|
* stack overflow ads
|
||||||
|
* adwords ads
|
||||||
|
|
||||||
= pricing
|
= pricing
|
||||||
* $39
|
* $39
|
||||||
|
@ -78,6 +78,8 @@ func main() {
|
|||||||
|
|
||||||
// == todo
|
// == todo
|
||||||
// clean up logging
|
// clean up logging
|
||||||
|
// limit shutdown time
|
||||||
|
// wait -> drain
|
||||||
// factor out to cut-and-pastable against normal app
|
// factor out to cut-and-pastable against normal app
|
||||||
|
|
||||||
// == running
|
// == running
|
||||||
|
@ -1,9 +0,0 @@
|
|||||||
## brand
|
|
||||||
|
|
||||||
* colors
|
|
||||||
* font
|
|
||||||
* monaco
|
|
||||||
* helvetica neue
|
|
||||||
* twitter icon
|
|
||||||
|
|
||||||
{ }
|
|
4
www/brand.txt
Normal file
4
www/brand.txt
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
= color
|
||||||
|
black: 212121
|
||||||
|
white: ffffff
|
||||||
|
blue: 1f58ad
|
@ -1,6 +1,6 @@
|
|||||||
## Go by Example
|
## Go by Example
|
||||||
|
|
||||||
**
|
|
||||||
|
|
||||||
_Go by Example_ is a practical guide to the Go programming language.
|
_Go by Example_ is a practical guide to the Go programming language.
|
||||||
consisting of more than a hundred complete Go programs. The book
|
consisting of more than a hundred complete Go programs. The book
|
13
www/landing.txt
Normal file
13
www/landing.txt
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
<Go by Example>
|
||||||
|
|
||||||
|
|
||||||
|
+--------------+
|
||||||
|
| |
|
||||||
|
| | Your practical guide to Go.
|
||||||
|
| Go |
|
||||||
|
| by | Sign up to hear when it's ready:
|
||||||
|
| Example | [ (Your Email) ] {Go}
|
||||||
|
| |
|
||||||
|
| |
|
||||||
|
| |
|
||||||
|
+--------------+
|
Loading…
x
Reference in New Issue
Block a user