mirror of
https://github.com/Luzifer/badge-gen.git
synced 2024-11-08 05:10:02 +00:00
7 lines
70 B
Go
7 lines
70 B
Go
|
package main
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed assets/*
|
||
|
var assets embed.FS
|