allowing pointer

This commit is contained in:
Hazel Noack
2025-10-08 10:32:43 +02:00
parent 8587bdf360
commit a99dee5104
4 changed files with 24 additions and 12 deletions

View File

@@ -23,7 +23,7 @@ func printResults(musicObjects []data.MusicObject) {
}
func Shell() {
plugin.RegisterPlugin(plugin.Musify{})
plugin.RegisterPlugin(&plugin.Musify{})
for {
fmt.Print("> ")