mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-24 04:01:10 -04:00
7 lines
72 B
Go
7 lines
72 B
Go
package db
|
|
|
|
import "embed"
|
|
|
|
//go:embed migrations/*.sql
|
|
var FS embed.FS
|