7 lines
85 B
Go
7 lines
85 B
Go
|
package schema
|
||
|
|
||
|
import _ "embed"
|
||
|
|
||
|
//go:embed schema_1.ddl
|
||
|
var RequestsSchema1 string
|