7 lines
70 B
Go
7 lines
70 B
Go
package sqlite
|
|
|
|
import "embed"
|
|
|
|
//go:embed schema.sql
|
|
var FS embed.FS
|