Files
hway/internal/sink/sink.go
2025-01-04 19:26:18 -05:00

9 lines
85 B
Go

package sink
import (
_ "embed"
)
//go:embed schema.sql
var SchemaVaultSQL string