We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
As the title says, image.RegisterFormat is not thread safe.
There was a similar issue regarding database/sql.Register (#9847), where the solution was to protect the slice with a Mutex.