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