mirror of
https://github.com/anotherhadi/spilltea.git
synced 2026-05-20 09:42:34 +02:00
e8e64eff12
Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com>
7 lines
78 B
Go
7 lines
78 B
Go
package spilltea
|
|
|
|
import "embed"
|
|
|
|
//go:embed .github/docs
|
|
var DocsFS embed.FS
|