1
0
mirror of https://github.com/golang/go synced 2024-11-13 17:40:23 -07:00
go/doc/codewalk
Lai Jiangshan 932cdfbc4c doc: fix codewalk/markov.go
When I build it, I got:
/home/njubee/work/golang/doc/codewalk/markov.go:124: undefined: time.Nanoseconds
time.Nanoseconds() does not exist now, use time.Now().UnixNano() instead

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5668044
2012-02-15 13:07:34 +11:00
..
codewalk.css
codewalk.js
codewalk.xml
functions.xml doc/codewalk/functions.xml: Fix broken function examples 2012-01-03 12:15:08 +11:00
markov.go doc: fix codewalk/markov.go 2012-02-15 13:07:34 +11:00
markov.xml all: rename os.EOF to io.EOF in various non-code contexts 2011-11-03 14:01:30 -07:00
pig.go doc/codewalk/functions.xml: Fix broken function examples 2012-01-03 12:15:08 +11:00
popout.png
sharemem.xml
urlpoll.go doc/codewalk: update urlpoll to use time.Duration. 2012-01-19 14:45:59 +11:00