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