mirror of
https://github.com/openziti/zrok.git
synced 2024-11-25 09:33:43 +01:00
7 lines
73 B
Go
7 lines
73 B
Go
|
package sqlite3_schema
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed *.sql
|
||
|
var FS embed.FS
|