mirror of
https://github.com/owenthereal/jqplay.git
synced 2025-04-19 06:02:17 +03:00
7 lines
76 B
Go
7 lines
76 B
Go
package jqplay
|
|
|
|
import "embed"
|
|
|
|
//go:embed all:public
|
|
var PublicFS embed.FS
|