mirror of
https://github.com/gabehf/Koito.git
synced 2026-04-22 20:11:50 -07:00
6 lines
72 B
Go
6 lines
72 B
Go
package migrations
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.sql
|
|
var Files embed.FS
|