package db import "fmt" func InsertMusicIntoDatabase() { fmt.Println("Inserting music into database") }