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