File size: 72 Bytes
15dd6cd
 
 
 
 
 
1
2
3
4
5
6
7
package db

import "embed"

//go:embed migrations/*.sql
var FS embed.FS