This repository has been archived on 2026-07-29. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
GoEdgeAPI/internal/setup/sql.go
T
2023-04-10 20:57:38 +08:00

9 lines
77 B
Go

package setup
import (
_ "embed"
)
//go:embed sql.json
var sqlData []byte