This commit is contained in:
Mark McGranaghan 2012-09-23 16:15:55 -07:00
parent 7a94b71ef7
commit e83deb7519
2 changed files with 7 additions and 5 deletions

View File

@ -18,3 +18,5 @@ func main() {
fmt.Println(nextEven())
fmt.Println(nextEven())
}
// todo: note example of first-class functions.

View File

@ -46,10 +46,13 @@ rate-limiting
worker-pools
~ nonblocking-sends-and-receives
~ closing-channels
timers
tickers
# core libraries
sorting
sorting-by-functions
collection-functions
string-functions
string-formatting
regexs
@ -60,16 +63,13 @@ time
~ time-formatting
epochs
elapsed-time
timers
tickers
random-numbers
number-parsing
collection-functions
urls
sha1-hashes
~ base64-encoding
# systems
# systems programming
file-open
file-read
file-write
@ -85,7 +85,7 @@ users
line-filter
tcp server
# network clients
# client libraries
tcp-client
http-client
http-client-basic