move embed

This commit is contained in:
Hayden 2023-01-18 20:23:05 -09:00
parent ceedd225be
commit fb4fecda2b
No known key found for this signature in database
GPG key ID: 17CF79474E257545
2 changed files with 1 additions and 1 deletions

View file

Before

Width:  |  Height:  |  Size: 4.5 KiB

After

Width:  |  Height:  |  Size: 4.5 KiB

Before After
Before After

View file

@ -14,7 +14,7 @@ import (
_ "embed"
)
//go:embed QRIcon.png
//go:embed assets/QRIcon.png
var qrcodeLogo []byte
// HandleGenerateQRCode godoc