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