mirror of
https://github.com/Luzifer/go-latestver.git
synced 2024-11-13 01:12:41 +00:00
7 lines
91 B
Go
7 lines
91 B
Go
|
package badge
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed badge.svg.tpl DejaVuSans.ttf
|
||
|
var assets embed.FS
|