package main import ( "github.com/felamaslen/go-music-player/pkg/database" ) func main() { database.MigrateDatabase() }