You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The top example at http://golang.org/pkg/image/#example_ gives the error:
2012/10/29 05:30:19 image: unknown format
exit status 1
It can be fixed by adding the import of:
_ "image/jpeg"
by darkgray: