summaryrefslogtreecommitdiff
path: root/src/pkg/image/format.go
Commit message (Expand)AuthorAgeFilesLines
* build: move package sources from src/pkg to srcRuss Cox2014-09-081-100/+0
* all: be more idiomatic when documenting boolean return values.Rob Pike2013-07-231-1/+1
* image: minor update of comments.Robin Eklind2013-05-141-2/+2
* cmd/gofmt, bufio, image: Consistency and error handling.Robin Eklind2013-01-071-1/+1
* image: add package docs, rename s/UnknownFormatError/ErrFormat/ andNigel Tao2012-02-061-4/+4
* src/pkg/[a-m]*: gofix -r error -force=errorRuss Cox2011-11-011-8/+8
* image: allow "?" wildcards when registering image formats.Nigel Tao2011-04-141-4/+18
* use appendRuss Cox2010-10-271-9/+1
* image: introduce Config type and DecodeConfig function, to decode anNigel Tao2010-09-031-14/+35
* image: introduce Decode and RegisterFormat.Nigel Tao2010-08-091-0/+73