Fixed a few linter hints
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
package upload
|
||||
|
||||
// We need these to decode uploaded images.
|
||||
import (
|
||||
// We need these to decode uploaded images.
|
||||
_ "image/gif"
|
||||
_ "image/jpeg"
|
||||
_ "image/png"
|
||||
|
Reference in New Issue
Block a user