mirror of
https://gitee.com/goploy/goploy.git
synced 2024-11-29 18:57:59 +08:00
10 lines
120 B
Go
10 lines
120 B
Go
package database
|
|
|
|
import "embed"
|
|
|
|
//go:embed *
|
|
var File embed.FS
|
|
|
|
const FileExt = ".sql"
|
|
const GoploySQL = "goploy.sql"
|