mirror of
https://fastgit.cc/https://github.com/anomalyco/opencode
synced 2026-04-21 21:31:53 +08:00
7 lines
72 B
Go
7 lines
72 B
Go
package db
|
|
|
|
import "embed"
|
|
|
|
//go:embed migrations/*.sql
|
|
var FS embed.FS
|