initial commit: base structure, config, models

This commit is contained in:
fanir 2022-01-23 02:19:32 +01:00
commit c81d7c3264
13 changed files with 1992 additions and 0 deletions
models/migrations

View file

@ -0,0 +1,8 @@
package migrations
import (
"embed"
)
//go:embed *.sql
var FS embed.FS