9 lines
78 B
Go
9 lines
78 B
Go
|
|
package schema
|
||
|
|
|
||
|
|
import (
|
||
|
|
_ "embed"
|
||
|
|
)
|
||
|
|
|
||
|
|
//go:embed schema.sql
|
||
|
|
var Bytes []byte
|