mirror of
https://github.com/openziti/zrok.git
synced 2024-11-27 02:23:23 +01:00
7 lines
62 B
Go
7 lines
62 B
Go
|
package sql
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed *.sql
|
||
|
var Fs embed.FS
|