78 lines
1.7 KiB
Plaintext
78 lines
1.7 KiB
Plaintext
= validation
|
|
private emails
|
|
@gobyexample twitter followers, retweets
|
|
blog posts: views, comments, hn score, hn comments
|
|
gobyexample.com signups
|
|
|
|
= distribution
|
|
* leading blog posts
|
|
* a new kind of programming book
|
|
* programmers learn by examples - minimize text, maximize code
|
|
* programmers want to ship software - focus on working programs, toolchain
|
|
* design matters - syntax highlighting, typography
|
|
* marketing matters - twitter,
|
|
* select, actors, threads, and event loops
|
|
* small go programming examples
|
|
* newsletter
|
|
* twitter
|
|
* stack overflow answers
|
|
|
|
= pricing
|
|
* high
|
|
* updates
|
|
* no drm
|
|
* offers of free books in comments
|
|
|
|
= source
|
|
* popular github libraries
|
|
* mailing list questions
|
|
* stack overflow questions
|
|
* handbook format
|
|
* rosetta stone
|
|
* building an actual fucking app
|
|
* versioned transitive libraries and pegging
|
|
* creating and distributing packages, putting on github
|
|
* distributing go binary programs
|
|
* deploying to heroku
|
|
* sort-by
|
|
* errors
|
|
* compilation
|
|
* ruby and nodejs stdlib
|
|
* ruby and nodejs killer apps
|
|
|
|
* gzip
|
|
* sending email
|
|
* listing files
|
|
* regular expressions
|
|
* json parsing/unparsing
|
|
* tls server
|
|
* tls client
|
|
* https server
|
|
* https client
|
|
* buffered io
|
|
* atomic ints
|
|
* wait group
|
|
* tcp proxy
|
|
* http streaming server
|
|
* http streaming client
|
|
* http proxy
|
|
* postgres, redis
|
|
* templating
|
|
* web app
|
|
* hipache port
|
|
* templating
|
|
* scatter-gather
|
|
* ssh
|
|
* environment variables
|
|
* dns
|
|
* timers
|
|
* url
|
|
* tty
|
|
* iota
|
|
* apps with multiple named binaries
|
|
|
|
http://code.google.com/p/go-wiki/wiki/GithubCodeLayout
|
|
http://code.google.com/p/go-wiki/wiki/PackagePublishing
|
|
http://blog.golang.org/2012/08/organizing-go-code.html
|
|
http://golang.org/doc/code.html
|