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