Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit

Permalink
Embed all images in the UI folder.
Browse files Browse the repository at this point in the history
  • Loading branch information
Makosai committed Apr 26, 2024
1 parent a3d73ed commit e45f657
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ui/resources.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
package ui

import (
"embed"
)

//go:embed images/*
var images embed.FS

0 comments on commit e45f657

Please sign in to comment.