]> Cypherpunks repositories - gostls13.git/commit
doc: added The Go image package article
authorFrancisco Souza <franciscossouza@gmail.com>
Wed, 28 Mar 2012 03:20:51 +0000 (14:20 +1100)
committerNigel Tao <nigeltao@golang.org>
Wed, 28 Mar 2012 03:20:51 +0000 (14:20 +1100)
commit18f1a71dc282689f29eeb51e248e6f79a970965b
treedc0adea18602cd88f5015284f7cc44c52f9d85e4
parent81dbec12c8ee01848c0f3edb93149ab56adefc79
doc: added The Go image package article

Orignally published on The Go Programming Language, September 21, 2011.

http://blog.golang.org/2011/09/go-image-package.html

Update #2547

R=adg, nigeltao
CC=golang-dev
https://golang.org/cl/5933049
16 files changed:
doc/Makefile
doc/articles/image-package-01.png [new file with mode: 0644]
doc/articles/image-package-02.png [new file with mode: 0644]
doc/articles/image-package-03.png [new file with mode: 0644]
doc/articles/image-package-04.png [new file with mode: 0644]
doc/articles/image-package-05.png [new file with mode: 0644]
doc/articles/image_package.html [new file with mode: 0644]
doc/docs.html
doc/progs/image_package1.go [new file with mode: 0644]
doc/progs/image_package2.go [new file with mode: 0644]
doc/progs/image_package3.go [new file with mode: 0644]
doc/progs/image_package4.go [new file with mode: 0644]
doc/progs/image_package5.go [new file with mode: 0644]
doc/progs/image_package6.go [new file with mode: 0644]
doc/progs/run
src/pkg/image/image.go