This commit is contained in:
Riccardo Berto 2021-05-27 21:16:25 +02:00
parent 94cc6f0557
commit e30488eb1f
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,11 @@
package database
import (
_ "embed"
)
func Init() {
//go:embed "init.sql"
var initSQL string
}

0
database/init.sql Normal file
View File