2021-05-27 21:16:25 +02:00

12 lines
101 B
Go

package database
import (
_ "embed"
)
func Init() {
//go:embed "init.sql"
var initSQL string
}