mirror of
https://github.com/onsonr/hway.git
synced 2025-03-10 21:09:11 +00:00
9 lines
91 B
Go
9 lines
91 B
Go
|
package sink
|
||
|
|
||
|
import (
|
||
|
_ "embed"
|
||
|
)
|
||
|
|
||
|
//go:embed vault/schema.sql
|
||
|
var SchemaVaultSQL string
|