diff options
author | Nigel Tao <nigeltao@golang.org> | 2011-09-30 13:11:20 +1000 |
---|---|---|
committer | Nigel Tao <nigeltao@golang.org> | 2011-09-30 13:11:20 +1000 |
commit | 585294db73b35f5c2992f433739b1e2ac0c8f231 (patch) | |
tree | f4d266c33d73832a7b39b586b8e7b569cb60b4dc /doc/docs.html | |
parent | 530719c06f7a5621a17f9a3f1d547d0c1b073195 (diff) | |
download | go-git-585294db73b35f5c2992f433739b1e2ac0c8f231.tar.gz |
doc: link to image/draw blog post.
R=adg
TBR=adg
CC=golang-dev
https://golang.org/cl/5154046
Diffstat (limited to 'doc/docs.html')
-rw-r--r-- | doc/docs.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/docs.html b/doc/docs.html index ed03a24ede..e25a538149 100644 --- a/doc/docs.html +++ b/doc/docs.html @@ -98,6 +98,7 @@ Notable articles from the <a href="http://blog.golang.org/">Go Blog</a>. <li><a href="http://blog.golang.org/2011/03/gobs-of-data.html">Gobs of data</a> - the design and use of the <a href="/pkg/gob/">gob</a> package.</li> <li><a href="http://blog.golang.org/2011/09/laws-of-reflection.html">The Laws of Reflection</a> - the fundamentals of the <a href="/pkg/reflect/">reflect</a> package.</li> <li><a href="http://blog.golang.org/2011/09/go-image-package.html">The Go image package</a> - the fundamentals of the <a href="/pkg/image/">image</a> package.</li> +<li><a href="http://blog.golang.org/2011/09/go-imagedraw-package.html">The Go image/draw package</a> - the fundamentals of the <a href="/pkg/image/draw/">image/draw</a> package.</li> </ul> <h3>Tools</h3> |