mirror of
https://github.com/sst/opencode.git
synced 2025-07-12 02:25:00 +00:00
6 lines
72 B
Go
6 lines
72 B
Go
package db
|
|
|
|
import "embed"
|
|
|
|
//go:embed migrations/*.sql
|
|
var FS embed.FS
|