mirror of
https://github.com/Luzifer/go-latestver.git
synced 2025-01-04 09:26:02 +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
|