Files
sonr/internal/database/sink/embed.go
T

9 lines
80 B
Go
Raw Normal View History

2024-12-16 15:29:54 -05:00
package sink
import (
_ "embed"
)
//go:embed schema.sql
var SchemaSQL string