mirror of
https://github.com/psviderski/uncloud.git
synced 2026-08-27 03:23:34 +00:00
7 lines
73 B
Go
7 lines
73 B
Go
package store
|
|
|
|
import _ "embed"
|
|
|
|
//go:embed schema.sql
|
|
var Schema string
|