Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix bug
  • Loading branch information
lunny committed Apr 12, 2021
commit 20f5ccf72d74e62f7b84d8567ce861a28c479630
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