mirror of
https://github.com/Luzifer/go-latestver.git
synced 2024-11-09 23:50:05 +00:00
6 lines
91 B
Go
6 lines
91 B
Go
package badge
|
|
|
|
import "embed"
|
|
|
|
//go:embed badge.svg.tpl DejaVuSans.ttf
|
|
var assets embed.FS
|