Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lunny committed Apr 12, 2021
1 parent 886bf99 commit 20f5ccf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/avatar/avatar.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import (
"image/color/palette"

// Enable PNG support:
_ "image/jpeg"
_ "image/png"
"math/rand"
"time"
Expand Down

0 comments on commit 20f5ccf

Please sign in to comment.