mirror of
https://github.com/anomalyco/opencode.git
synced 2026-04-29 21:19:48 +00:00
6 lines
72 B
Go
6 lines
72 B
Go
package db
|
|
|
|
import "embed"
|
|
|
|
//go:embed migrations/*.sql
|
|
var FS embed.FS
|