mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-29 21:33:54 +00:00
7 lines
64 B
Go
7 lines
64 B
Go
package assets
|
|
|
|
import "embed"
|
|
|
|
//go:embed diff
|
|
var FS embed.FS
|