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())
fmt.Println(nextEven()) fmt.Println(nextEven())
} }
// todo: note example of first-class functions.

View File

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