mirror of
https://github.com/1f349/overlapfs.git
synced 2024-11-12 23:11:37 +00:00
7 lines
59 B
Go
7 lines
59 B
Go
|
package a
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed *
|
||
|
var Embed embed.FS
|